Color Hex Logo

#d22aab Color Hex

#D22AAB
(210,42,171)
0 Favorites   0 Comments

Color spaces of #d22aab

RGB 21042171
HSL0.870.670.49
HSV314°80°82°
CMYK 0.000.800.19   0.18
XYZ34.757018.297840.2280
Yxy18.29780.37260.1962
Hunter Lab42.775970.1799-25.8153
CIE-Lab49.855373.6918-29.9676

#d22aab color RGB value is (210,42,171).

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

The process color (four color CMYK) of #d22aab color hex is 0.00, 0.80, 0.19, 0.18. Web safe color of #d22aab is #cc3399. Color #d22aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00101010 10101011
Octal 322 52 253
Decimal 210 42 171
Hex D2 2A AB

RGB Percentages of Color #d22aab

%49.65
%9.93
%40.43

CMYK Percentages of Color #d22aab

%0
%80
%19
%18

Triadic Colors of #d22aab

#d22aab #abd22a #2aabd2

Analogous Colors of #d22aab

#d22aab #d22a57 #a52ad2

Monochromatic Colors of #d22aab

#d22aab

Complementary Color

#d22aab #2ad251

#d22aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d22aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d22aab Color CSS Codes

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

#d22aab Text Font Color

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

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


#d22aab Background Color

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

This div background color is #d22aab


#d22aab Border Color

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

This div border color is #d22aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d22aab


Comments

No comments written yet.

Please login to write comment.