Color Hex Logo

#d06aab Color Hex

#D06AAB
(208,106,171)
0 Favorites   0 Comments

Color spaces of #d06aab

RGB 208106171
HSL0.890.520.62
HSV322°49°82°
CMYK 0.000.490.18   0.18
XYZ38.517126.658241.6436
Yxy26.65820.36060.2496
Hunter Lab51.631642.8055-11.6784
CIE-Lab58.656648.2100-16.4570

#d06aab color RGB value is (208,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101010 10101011
Octal 320 152 253
Decimal 208 106 171
Hex D0 6A AB

RGB Percentages of Color #d06aab

%42.89
%21.86
%35.26

CMYK Percentages of Color #d06aab

%0
%49
%18
%18

Triadic Colors of #d06aab

#d06aab #abd06a #6aabd0

Analogous Colors of #d06aab

#d06aab #d06a78 #c26ad0

Monochromatic Colors of #d06aab

#d06aab

Complementary Color

#d06aab #6ad08f

#d06aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06aab Color CSS Codes

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

#d06aab Text Font Color

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

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


#d06aab Background Color

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

This div background color is #d06aab


#d06aab Border Color

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

This div border color is #d06aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06aab


Comments

No comments written yet.

Please login to write comment.