Color Hex Logo

#d05aab Color Hex

#D05AAB
(208,90,171)
0 Favorites   0 Comments

Color spaces of #d05aab

RGB 20890171
HSL0.890.560.58
HSV319°57°82°
CMYK 0.000.570.18   0.18
XYZ37.019323.662541.1443
Yxy23.66250.36360.2324
Hunter Lab48.644150.7154-16.0980
CIE-Lab55.748355.8862-20.8888

#d05aab color RGB value is (208,90,171).

#d05aab hex color red value is 208, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d05aab hue: 0.89 , saturation: 0.56 and the lightness value of d05aab is 0.58.

The process color (four color CMYK) of #d05aab color hex is 0.00, 0.57, 0.18, 0.18. Web safe color of #d05aab is #cc6699. Color #d05aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011010 10101011
Octal 320 132 253
Decimal 208 90 171
Hex D0 5A AB

RGB Percentages of Color #d05aab

%44.35
%19.19
%36.46

CMYK Percentages of Color #d05aab

%0
%57
%18
%18

Triadic Colors of #d05aab

#d05aab #abd05a #5aabd0

Analogous Colors of #d05aab

#d05aab #d05a70 #ba5ad0

Monochromatic Colors of #d05aab

#d05aab

Complementary Color

#d05aab #5ad07f

#d05aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05aab Color CSS Codes

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

#d05aab Text Font Color

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

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


#d05aab Background Color

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

This div background color is #d05aab


#d05aab Border Color

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

This div border color is #d05aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05aab


Comments

No comments written yet.

Please login to write comment.