Color Hex Logo

#d401aa Color Hex

#D401AA
(212,1,170)
0 Favorites   0 Comments

Color spaces of #d401aa

RGB 2121170
HSL0.870.990.42
HSV312°100°83°
CMYK 0.001.000.20   0.17
XYZ34.417916.921039.4823
Yxy16.92100.37900.1863
Hunter Lab41.135177.3650-28.1131
CIE-Lab48.160379.8312-31.9977

#d401aa color RGB value is (212,1,170).

#d401aa hex color red value is 212, green value is 1 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d401aa hue: 0.87 , saturation: 0.99 and the lightness value of d401aa is 0.42.

The process color (four color CMYK) of #d401aa color hex is 0.00, 1.00, 0.20, 0.17. Web safe color of #d401aa is #cc0099. Color #d401aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000001 10101010
Octal 324 1 252
Decimal 212 1 170
Hex D4 1 AA

RGB Percentages of Color #d401aa

%55.35
%0.26
%44.39

CMYK Percentages of Color #d401aa

%0
%100
%20
%17

Triadic Colors of #d401aa

#d401aa #aad401 #01aad4

Analogous Colors of #d401aa

#d401aa #d40140 #9501d4

Monochromatic Colors of #d401aa

#d401aa

Complementary Color

#d401aa #01d42b

#d401aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d401aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d401aa Color CSS Codes

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

#d401aa Text Font Color

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

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


#d401aa Background Color

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

This div background color is #d401aa


#d401aa Border Color

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

This div border color is #d401aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,1,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d401aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d401aa;
  -webkit-box-shadow: 1px 1px 3px 2px #d401aa;
  box-shadow:         1px 1px 3px 2px #d401aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,1,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d401aa


Comments

No comments written yet.

Please login to write comment.