Color Hex Logo

#d259ab Color Hex

#D259AB
(210,89,171)
0 Favorites   0 Comments

Color spaces of #d259ab

RGB 21089171
HSL0.890.570.59
HSV319°58°82°
CMYK 0.000.580.19   0.18
XYZ37.501423.786741.1428
Yxy23.78670.36610.2322
Hunter Lab48.771651.9017-15.8758
CIE-Lab55.873656.9243-20.6710

#d259ab color RGB value is (210,89,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011001 10101011
Octal 322 131 253
Decimal 210 89 171
Hex D2 59 AB

RGB Percentages of Color #d259ab

%44.68
%18.94
%36.38

CMYK Percentages of Color #d259ab

%0
%58
%19
%18

Triadic Colors of #d259ab

#d259ab #abd259 #59abd2

Analogous Colors of #d259ab

#d259ab #d2596f #bd59d2

Monochromatic Colors of #d259ab

#d259ab

Complementary Color

#d259ab #59d280

#d259ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d259ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d259ab Color CSS Codes

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

#d259ab Text Font Color

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

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


#d259ab Background Color

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

This div background color is #d259ab


#d259ab Border Color

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

This div border color is #d259ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d259ab


Comments

No comments written yet.

Please login to write comment.