Color Hex Logo

#d214ab Color Hex

#D214AB
(210,20,171)
0 Favorites   0 Comments

Color spaces of #d214ab

RGB 21020171
HSL0.870.830.45
HSV312°90°82°
CMYK 0.000.900.19   0.18
XYZ34.179217.142240.0354
Yxy17.14220.37410.1876
Hunter Lab41.403174.9002-28.3492
CIE-Lab48.438777.8055-32.1807

#d214ab color RGB value is (210,20,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010100 10101011
Octal 322 24 253
Decimal 210 20 171
Hex D2 14 AB

RGB Percentages of Color #d214ab

%52.37
%4.99
%42.64

CMYK Percentages of Color #d214ab

%0
%90
%19
%18

Triadic Colors of #d214ab

#d214ab #abd214 #14abd2

Analogous Colors of #d214ab

#d214ab #d2144c #9a14d2

Monochromatic Colors of #d214ab

#d214ab

Complementary Color

#d214ab #14d23b

#d214ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d214ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d214ab Color CSS Codes

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

#d214ab Text Font Color

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

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


#d214ab Background Color

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

This div background color is #d214ab


#d214ab Border Color

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

This div border color is #d214ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d214ab


Comments

No comments written yet.

Please login to write comment.