Color Hex Logo

#d159cc Color Hex

#D159CC
(209,89,204)
0 Favorites   0 Comments

Color spaces of #d159cc

RGB 20989204
HSL0.840.570.58
HSV303°57°82°
CMYK 0.000.570.02   0.18
XYZ40.766025.059759.8151
Yxy25.05970.32450.1995
Hunter Lab50.059757.7567-35.8024
CIE-Lab57.133561.8403-37.7076

#d159cc color RGB value is (209,89,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011001 11001100
Octal 321 131 314
Decimal 209 89 204
Hex D1 59 CC

RGB Percentages of Color #d159cc

%41.63
%17.73
%40.64

CMYK Percentages of Color #d159cc

%0
%57
%2
%18

Triadic Colors of #d159cc

#d159cc #ccd159 #59ccd1

Analogous Colors of #d159cc

#d159cc #d15990 #9a59d1

Monochromatic Colors of #d159cc

#d159cc

Complementary Color

#d159cc #59d15e

#d159cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d159cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d159cc Color CSS Codes

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

#d159cc Text Font Color

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

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


#d159cc Background Color

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

This div background color is #d159cc


#d159cc Border Color

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

This div border color is #d159cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d159cc


Comments

No comments written yet.

Please login to write comment.