color codes Logo

#683adc color codes

#683ADC
(104,58,220)
0 Favorites   0 Comments

Color spaces of #683adc

RGB 10458220
HSL0.710.700.55
HSV257°74°86°
CMYK 0.530.740.00   0.14
XYZ20.140211.136568.7982
Yxy11.13650.20130.1113
Hunter Lab33.371449.3278-98.8718
CIE-Lab39.809457.5306-75.3973

#683adc color RGB value is (104,58,220).

#683adc hex color red value is 104, green value is 58 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #683adc hue: 0.71 , saturation: 0.70 and the lightness value of 683adc is 0.55.

The process color (four color CMYK) of #683adc color code is 0.53, 0.74, 0.00, 0.14. Web safe color of #683adc is #6633cc. Color #683adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111010 11011100
Octal 150 72 334
Decimal 104 58 220
Hex 68 3A DC

RGB Percentages of Color #683adc

%27.23
%15.18
%57.59

CMYK Percentages of Color #683adc

%53
%74
%0
%14

Triadic Colors of #683adc

#683adc #dc683a #3adc68

Analogous Colors of #683adc

#683adc #b93adc #3a5ddc

Monochromatic Colors of #683adc

#683adc

Complementary Color

#683adc #aedc3a

#683adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#683adc Color CSS Codes

.mybgcolor {background-color:#683adc; } 
.myforecolor {color:#683adc; }
.mybordercolor {border:3px solid #683adc; }

#683adc Text Font Color

<p style="color:#683adc">Text here</p>

This sample text font color is #683adc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#683adc Background Color

<div style="background-color:#683adc">
Div content here</div>

This div background color is #683adc


#683adc Border Color

<div style="border:3px solid #683adc">
Div here</div>

This div border color is #683adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,58,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #683adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #683adc;
  -webkit-box-shadow: 1px 1px 3px 2px #683adc;
  box-shadow:         1px 1px 3px 2px #683adc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,58,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #683adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #683adc;
  -webkit-box-shadow: 1px 1px 3px 2px #683adc;
  box-shadow:         1px 1px 3px 2px #683adc;">
Div content here</div>

This div box has shadow with color #683adc


Comments

No comments written yet.

Please login to write comment.