Color Hex Logo

#d81aaa Color Hex

#D81AAA
(216,26,170)
0 Favorites   0 Comments

Color spaces of #d81aaa

RGB 21626170
HSL0.870.790.47
HSV315°88°85°
CMYK 0.000.880.21   0.15
XYZ35.944018.240039.6564
Yxy18.24000.38300.1944
Hunter Lab42.708375.4889-25.1573
CIE-Lab49.785978.0158-29.4043

#d81aaa color RGB value is (216,26,170).

#d81aaa hex color red value is 216, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d81aaa hue: 0.87 , saturation: 0.79 and the lightness value of d81aaa is 0.47.

The process color (four color CMYK) of #d81aaa color hex is 0.00, 0.88, 0.21, 0.15. Web safe color of #d81aaa is #cc3399. Color #d81aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011010 10101010
Octal 330 32 252
Decimal 216 26 170
Hex D8 1A AA

RGB Percentages of Color #d81aaa

%52.43
%6.31
%41.26

CMYK Percentages of Color #d81aaa

%0
%88
%21
%15

Triadic Colors of #d81aaa

#d81aaa #aad81a #1aaad8

Analogous Colors of #d81aaa

#d81aaa #d81a4b #a71ad8

Monochromatic Colors of #d81aaa

#d81aaa

Complementary Color

#d81aaa #1ad848

#d81aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81aaa Color CSS Codes

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

#d81aaa Text Font Color

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

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


#d81aaa Background Color

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

This div background color is #d81aaa


#d81aaa Border Color

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

This div border color is #d81aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81aaa


Comments

No comments written yet.

Please login to write comment.