Color Hex Logo

#d481aa Color Hex

#D481AA
(212,129,170)
0 Favorites   0 Comments

Color spaces of #d481aa

RGB 212129170
HSL0.920.490.67
HSV330°39°83°
CMYK 0.000.390.20   0.17
XYZ42.257332.599842.0954
Yxy32.59980.36130.2787
Hunter Lab57.096232.1906-3.7454
CIE-Lab63.835537.4954-8.0509

#d481aa color RGB value is (212,129,170).

#d481aa hex color red value is 212, green value is 129 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d481aa hue: 0.92 , saturation: 0.49 and the lightness value of d481aa is 0.67.

The process color (four color CMYK) of #d481aa color hex is 0.00, 0.39, 0.20, 0.17. Web safe color of #d481aa is #cc9999. Color #d481aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000001 10101010
Octal 324 201 252
Decimal 212 129 170
Hex D4 81 AA

RGB Percentages of Color #d481aa

%41.49
%25.24
%33.27

CMYK Percentages of Color #d481aa

%0
%39
%20
%17

Triadic Colors of #d481aa

#d481aa #aad481 #81aad4

Analogous Colors of #d481aa

#d481aa #d48281 #d481d4

Monochromatic Colors of #d481aa

#d481aa

Complementary Color

#d481aa #81d4ab

#d481aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d481aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d481aa Color CSS Codes

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

#d481aa Text Font Color

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

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


#d481aa Background Color

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

This div background color is #d481aa


#d481aa Border Color

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

This div border color is #d481aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d481aa


Comments

No comments written yet.

Please login to write comment.