Color Hex Logo

#d60dde Color Hex

#D60DDE
(214,13,222)
0 Favorites   0 Comments

Color spaces of #d60dde

RGB 21413222
HSL0.830.890.46
HSV298°94°87°
CMYK 0.040.940.00   0.13
XYZ41.060319.857970.7761
Yxy19.85790.31180.1508
Hunter Lab44.562286.4888-62.9740
CIE-Lab51.676286.2687-56.5665

#d60dde color RGB value is (214,13,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001101 11011110
Octal 326 15 336
Decimal 214 13 222
Hex D6 D DE

RGB Percentages of Color #d60dde

%47.66
%2.90
%49.44

CMYK Percentages of Color #d60dde

%4
%94
%0
%13

Triadic Colors of #d60dde

#d60dde #ded60d #0dded6

Analogous Colors of #d60dde

#d60dde #de0d7e #6e0dde

Monochromatic Colors of #d60dde

#d60dde

Complementary Color

#d60dde #15de0d

#d60dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60dde Color CSS Codes

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

#d60dde Text Font Color

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

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


#d60dde Background Color

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

This div background color is #d60dde


#d60dde Border Color

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

This div border color is #d60dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60dde


Comments

No comments written yet.

Please login to write comment.