Color Hex Logo

#6008cb Color Hex

#6008CB
(96,8,203)
0 Favorites   0 Comments

Color spaces of #6008cb

RGB 968203
HSL0.740.920.41
HSV267°96°80°
CMYK 0.530.960.00   0.20
XYZ15.69026.972357.0187
Yxy6.97230.19690.0875
Hunter Lab26.405159.8577-109.5461
CIE-Lab31.743868.4916-78.8896

#6008cb color RGB value is (96,8,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001000 11001011
Octal 140 10 313
Decimal 96 8 203
Hex 60 8 CB

RGB Percentages of Color #6008cb

%31.27
%2.61
%66.12

CMYK Percentages of Color #6008cb

%53
%96
%0
%20

Triadic Colors of #6008cb

#6008cb #cb6008 #08cb60

Analogous Colors of #6008cb

#6008cb #c208cb #0812cb

Monochromatic Colors of #6008cb

#6008cb

Complementary Color

#6008cb #73cb08

#6008cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6008cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6008cb Color CSS Codes

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

#6008cb Text Font Color

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

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


#6008cb Background Color

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

This div background color is #6008cb


#6008cb Border Color

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

This div border color is #6008cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6008cb


Comments

No comments written yet.

Please login to write comment.