Color Hex Logo

#600cde Color Hex

#600CDE
(96,12,222)
0 Favorites   0 Comments

Color spaces of #600cde

RGB 9612222
HSL0.730.900.46
HSV264°95°87°
CMYK 0.570.950.00   0.13
XYZ18.14028.023769.6999
Yxy8.02370.18920.0837
Hunter Lab28.326164.7416-126.0620
CIE-Lab34.032272.2194-86.1046

#600cde color RGB value is (96,12,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001100 11011110
Octal 140 14 336
Decimal 96 12 222
Hex 60 C DE

RGB Percentages of Color #600cde

%29.09
%3.64
%67.27

CMYK Percentages of Color #600cde

%57
%95
%0
%13

Triadic Colors of #600cde

#600cde #de600c #0cde60

Analogous Colors of #600cde

#600cde #c90cde #0c21de

Monochromatic Colors of #600cde

#600cde

Complementary Color

#600cde #8ade0c

#600cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#600cde Color CSS Codes

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

#600cde Text Font Color

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

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


#600cde Background Color

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

This div background color is #600cde


#600cde Border Color

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

This div border color is #600cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600cde


Comments

No comments written yet.

Please login to write comment.