Color Hex Logo

#d213ac Color Hex

#D213AC
(210,19,172)
0 Favorites   0 Comments

Color spaces of #d213ac

RGB 21019172
HSL0.870.830.45
HSV312°91°82°
CMYK 0.000.910.18   0.18
XYZ34.257617.145940.5336
Yxy17.14590.37260.1865
Hunter Lab41.407675.2144-29.0532
CIE-Lab48.443378.0572-32.7646

#d213ac color RGB value is (210,19,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010011 10101100
Octal 322 23 254
Decimal 210 19 172
Hex D2 13 AC

RGB Percentages of Color #d213ac

%52.37
%4.74
%42.89

CMYK Percentages of Color #d213ac

%0
%91
%18
%18

Triadic Colors of #d213ac

#d213ac #acd213 #13acd2

Analogous Colors of #d213ac

#d213ac #d2134c #9913d2

Monochromatic Colors of #d213ac

#d213ac

Complementary Color

#d213ac #13d239

#d213ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d213ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d213ac Color CSS Codes

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

#d213ac Text Font Color

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

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


#d213ac Background Color

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

This div background color is #d213ac


#d213ac Border Color

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

This div border color is #d213ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d213ac


Comments

No comments written yet.

Please login to write comment.