Color Hex Logo

#d259ad Color Hex

#D259AD
(210,89,173)
0 Favorites   0 Comments

Color spaces of #d259ad

RGB 21089173
HSL0.880.570.59
HSV318°58°82°
CMYK 0.000.580.18   0.18
XYZ37.693523.863542.1546
Yxy23.86350.36340.2301
Hunter Lab48.850352.2449-16.9682
CIE-Lab55.950957.2164-21.7135

#d259ad color RGB value is (210,89,173).

#d259ad hex color red value is 210, green value is 89 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d259ad hue: 0.88 , saturation: 0.57 and the lightness value of d259ad is 0.59.

The process color (four color CMYK) of #d259ad color hex is 0.00, 0.58, 0.18, 0.18. Web safe color of #d259ad is #cc6699. Color #d259ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011001 10101101
Octal 322 131 255
Decimal 210 89 173
Hex D2 59 AD

RGB Percentages of Color #d259ad

%44.49
%18.86
%36.65

CMYK Percentages of Color #d259ad

%0
%58
%18
%18

Triadic Colors of #d259ad

#d259ad #add259 #59add2

Analogous Colors of #d259ad

#d259ad #d25971 #bb59d2

Monochromatic Colors of #d259ad

#d259ad

Complementary Color

#d259ad #59d27e

#d259ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d259ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d259ad Color CSS Codes

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

#d259ad Text Font Color

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

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


#d259ad Background Color

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

This div background color is #d259ad


#d259ad Border Color

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

This div border color is #d259ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d259ad


Comments

No comments written yet.

Please login to write comment.