Color Hex Logo

#d159ca Color Hex

#D159CA
(209,89,202)
0 Favorites   0 Comments

Color spaces of #d159ca

RGB 20989202
HSL0.840.570.58
HSV304°57°82°
CMYK 0.000.570.03   0.18
XYZ40.527524.964358.5597
Yxy24.96430.32670.2012
Hunter Lab49.964357.3491-34.5147
CIE-Lab57.040661.5040-36.7137

#d159ca color RGB value is (209,89,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011001 11001010
Octal 321 131 312
Decimal 209 89 202
Hex D1 59 CA

RGB Percentages of Color #d159ca

%41.80
%17.80
%40.40

CMYK Percentages of Color #d159ca

%0
%57
%3
%18

Triadic Colors of #d159ca

#d159ca #cad159 #59cad1

Analogous Colors of #d159ca

#d159ca #d1598e #9c59d1

Monochromatic Colors of #d159ca

#d159ca

Complementary Color

#d159ca #59d160

#d159ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d159ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d159ca Color CSS Codes

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

#d159ca Text Font Color

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

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


#d159ca Background Color

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

This div background color is #d159ca


#d159ca Border Color

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

This div border color is #d159ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d159ca


Comments

No comments written yet.

Please login to write comment.