Color Hex Logo

#d219ab Color Hex

#D219AB
(210,25,171)
0 Favorites   0 Comments

Color spaces of #d219ab

RGB 21025171
HSL0.870.790.46
HSV313°88°82°
CMYK 0.000.880.19   0.18
XYZ34.276717.337240.0679
Yxy17.33720.37390.1891
Hunter Lab41.638074.0762-27.9077
CIE-Lab48.682177.0941-31.7998

#d219ab color RGB value is (210,25,171).

#d219ab hex color red value is 210, green value is 25 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d219ab hue: 0.87 , saturation: 0.79 and the lightness value of d219ab is 0.46.

The process color (four color CMYK) of #d219ab color hex is 0.00, 0.88, 0.19, 0.18. Web safe color of #d219ab is #cc0099. Color #d219ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011001 10101011
Octal 322 31 253
Decimal 210 25 171
Hex D2 19 AB

RGB Percentages of Color #d219ab

%51.72
%6.16
%42.12

CMYK Percentages of Color #d219ab

%0
%88
%19
%18

Triadic Colors of #d219ab

#d219ab #abd219 #19abd2

Analogous Colors of #d219ab

#d219ab #d2194f #9d19d2

Monochromatic Colors of #d219ab

#d219ab

Complementary Color

#d219ab #19d240

#d219ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d219ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d219ab Color CSS Codes

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

#d219ab Text Font Color

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

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


#d219ab Background Color

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

This div background color is #d219ab


#d219ab Border Color

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

This div border color is #d219ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d219ab


Comments

No comments written yet.

Please login to write comment.