Color Hex Logo

#d059cc Color Hex

#D059CC
(208,89,204)
0 Favorites   0 Comments

Color spaces of #d059cc

RGB 20889204
HSL0.840.560.58
HSV302°57°82°
CMYK 0.000.570.02   0.18
XYZ40.483924.914359.8019
Yxy24.91430.32340.1990
Hunter Lab49.914257.4260-36.0950
CIE-Lab56.991861.5794-37.9399

#d059cc color RGB value is (208,89,204).

#d059cc hex color red value is 208, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d059cc hue: 0.84 , saturation: 0.56 and the lightness value of d059cc is 0.58.

The process color (four color CMYK) of #d059cc color hex is 0.00, 0.57, 0.02, 0.18. Web safe color of #d059cc is #cc66cc. Color #d059cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011001 11001100
Octal 320 131 314
Decimal 208 89 204
Hex D0 59 CC

RGB Percentages of Color #d059cc

%41.52
%17.76
%40.72

CMYK Percentages of Color #d059cc

%0
%57
%2
%18

Triadic Colors of #d059cc

#d059cc #ccd059 #59ccd0

Analogous Colors of #d059cc

#d059cc #d05991 #9959d0

Monochromatic Colors of #d059cc

#d059cc

Complementary Color

#d059cc #59d05d

#d059cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d059cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d059cc Color CSS Codes

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

#d059cc Text Font Color

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

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


#d059cc Background Color

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

This div background color is #d059cc


#d059cc Border Color

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

This div border color is #d059cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,89,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d059cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d059cc;
  -webkit-box-shadow: 1px 1px 3px 2px #d059cc;
  box-shadow:         1px 1px 3px 2px #d059cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,89,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d059cc


Comments

No comments written yet.

Please login to write comment.