Color Hex Logo

#d06aae Color Hex

#D06AAE
(208,106,174)
0 Favorites   0 Comments

Color spaces of #d06aae

RGB 208106174
HSL0.890.520.62
HSV320°49°82°
CMYK 0.000.490.16   0.18
XYZ38.806426.774043.1670
Yxy26.77400.35680.2462
Hunter Lab51.743643.3192-13.2421
CIE-Lab58.764648.6687-18.0200

#d06aae color RGB value is (208,106,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101010 10101110
Octal 320 152 256
Decimal 208 106 174
Hex D0 6A AE

RGB Percentages of Color #d06aae

%42.62
%21.72
%35.66

CMYK Percentages of Color #d06aae

%0
%49
%16
%18

Triadic Colors of #d06aae

#d06aae #aed06a #6aaed0

Analogous Colors of #d06aae

#d06aae #d06a7b #bf6ad0

Monochromatic Colors of #d06aae

#d06aae

Complementary Color

#d06aae #6ad08c

#d06aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06aae Color CSS Codes

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

#d06aae Text Font Color

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

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


#d06aae Background Color

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

This div background color is #d06aae


#d06aae Border Color

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

This div border color is #d06aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,106,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d06aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06aae


Comments

No comments written yet.

Please login to write comment.