Color Hex Logo

#600cdd Color Hex

#600CDD
(96,12,221)
0 Favorites   0 Comments

Color spaces of #600cdd

RGB 9612221
HSL0.730.900.46
HSV264°95°87°
CMYK 0.570.950.00   0.13
XYZ18.00657.970268.9960
Yxy7.97020.18960.0839
Hunter Lab28.231564.4448-125.1387
CIE-Lab33.920771.9908-85.7145

#600cdd color RGB value is (96,12,221).

#600cdd hex color red value is 96, green value is 12 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #600cdd hue: 0.73 , saturation: 0.90 and the lightness value of 600cdd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001100 11011101
Octal 140 14 335
Decimal 96 12 221
Hex 60 C DD

RGB Percentages of Color #600cdd

%29.18
%3.65
%67.17

CMYK Percentages of Color #600cdd

%57
%95
%0
%13

Triadic Colors of #600cdd

#600cdd #dd600c #0cdd60

Analogous Colors of #600cdd

#600cdd #c90cdd #0c20dd

Monochromatic Colors of #600cdd

#600cdd

Complementary Color

#600cdd #89dd0c

#600cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#600cdd Color CSS Codes

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

#600cdd Text Font Color

<p style="color:#600cdd">Text here</p>

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


#600cdd Background Color

<div style="background-color:#600cdd">
Div content here</div>

This div background color is #600cdd


#600cdd Border Color

<div style="border:3px solid #600cdd">
Div here</div>

This div border color is #600cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,12,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 #600cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600cdd


Comments

No comments written yet.

Please login to write comment.