Color Hex Logo

#d02aab Color Hex

#D02AAB
(208,42,171)
0 Favorites   0 Comments

Color spaces of #d02aab

RGB 20842171
HSL0.870.660.49
HSV313°80°82°
CMYK 0.000.800.18   0.18
XYZ34.191118.006140.2015
Yxy18.00610.37000.1949
Hunter Lab42.433669.5686-26.4677
CIE-Lab49.503573.2571-30.5427

#d02aab color RGB value is (208,42,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101010 10101011
Octal 320 52 253
Decimal 208 42 171
Hex D0 2A AB

RGB Percentages of Color #d02aab

%49.41
%9.98
%40.62

CMYK Percentages of Color #d02aab

%0
%80
%18
%18

Triadic Colors of #d02aab

#d02aab #abd02a #2aabd0

Analogous Colors of #d02aab

#d02aab #d02a58 #a22ad0

Monochromatic Colors of #d02aab

#d02aab

Complementary Color

#d02aab #2ad04f

#d02aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02aab Color CSS Codes

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

#d02aab Text Font Color

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

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


#d02aab Background Color

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

This div background color is #d02aab


#d02aab Border Color

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

This div border color is #d02aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02aab


Comments

No comments written yet.

Please login to write comment.