Color Hex Logo

#6008dd Color Hex

#6008DD
(96,8,221)
0 Favorites   0 Comments

Color spaces of #6008dd

RGB 968221
HSL0.740.930.45
HSV265°96°87°
CMYK 0.570.960.00   0.13
XYZ17.96187.880968.9811
Yxy7.88090.18940.0831
Hunter Lab28.072965.0813-126.0369
CIE-Lab33.733672.5596-86.0248

#6008dd color RGB value is (96,8,221).

#6008dd hex color red value is 96, green value is 8 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6008dd hue: 0.74 , saturation: 0.93 and the lightness value of 6008dd is 0.45.

The process color (four color CMYK) of #6008dd color hex is 0.57, 0.96, 0.00, 0.13. Web safe color of #6008dd is #6600cc. Color #6008dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001000 11011101
Octal 140 10 335
Decimal 96 8 221
Hex 60 8 DD

RGB Percentages of Color #6008dd

%29.54
%2.46
%68.00

CMYK Percentages of Color #6008dd

%57
%96
%0
%13

Triadic Colors of #6008dd

#6008dd #dd6008 #08dd60

Analogous Colors of #6008dd

#6008dd #cb08dd #081add

Monochromatic Colors of #6008dd

#6008dd

Complementary Color

#6008dd #85dd08

#6008dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6008dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6008dd Color CSS Codes

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

#6008dd Text Font Color

<p style="color:#6008dd">Text here</p>

This sample text font color is #6008dd
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.


#6008dd Background Color

<div style="background-color:#6008dd">
Div content here</div>

This div background color is #6008dd


#6008dd Border Color

<div style="border:3px solid #6008dd">
Div here</div>

This div border color is #6008dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,8,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6008dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6008dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6008dd;
  box-shadow:         1px 1px 3px 2px #6008dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,8,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6008dd


Comments

No comments written yet.

Please login to write comment.