Color Hex Logo

#d60cde Color Hex

#D60CDE
(214,12,222)
0 Favorites   0 Comments

Color spaces of #d60cde

RGB 21412222
HSL0.830.900.46
HSV298°95°87°
CMYK 0.040.950.00   0.13
XYZ41.047819.833070.7719
Yxy19.83300.31180.1506
Hunter Lab44.534386.5908-63.0471
CIE-Lab51.647986.3523-56.6119

#d60cde color RGB value is (214,12,222).

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

The process color (four color CMYK) of #d60cde color hex is 0.04, 0.95, 0.00, 0.13. Web safe color of #d60cde is #cc00cc. Color #d60cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001100 11011110
Octal 326 14 336
Decimal 214 12 222
Hex D6 C DE

RGB Percentages of Color #d60cde

%47.77
%2.68
%49.55

CMYK Percentages of Color #d60cde

%4
%95
%0
%13

Triadic Colors of #d60cde

#d60cde #ded60c #0cded6

Analogous Colors of #d60cde

#d60cde #de0c7d #6d0cde

Monochromatic Colors of #d60cde

#d60cde

Complementary Color

#d60cde #14de0c

#d60cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60cde Color CSS Codes

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

#d60cde Text Font Color

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

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


#d60cde Background Color

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

This div background color is #d60cde


#d60cde Border Color

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

This div border color is #d60cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60cde


Comments

No comments written yet.

Please login to write comment.