Color Hex Logo

#d05aae Color Hex

#D05AAE
(208,90,174)
0 Favorites   0 Comments

Color spaces of #d05aae

RGB 20890174
HSL0.880.560.58
HSV317°57°82°
CMYK 0.000.570.16   0.18
XYZ37.308623.778242.6677
Yxy23.77820.35960.2292
Hunter Lab48.762951.2357-17.7449
CIE-Lab55.865056.3317-22.4505

#d05aae color RGB value is (208,90,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011010 10101110
Octal 320 132 256
Decimal 208 90 174
Hex D0 5A AE

RGB Percentages of Color #d05aae

%44.07
%19.07
%36.86

CMYK Percentages of Color #d05aae

%0
%57
%16
%18

Triadic Colors of #d05aae

#d05aae #aed05a #5aaed0

Analogous Colors of #d05aae

#d05aae #d05a73 #b75ad0

Monochromatic Colors of #d05aae

#d05aae

Complementary Color

#d05aae #5ad07c

#d05aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05aae Color CSS Codes

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

#d05aae Text Font Color

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

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


#d05aae Background Color

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

This div background color is #d05aae


#d05aae Border Color

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

This div border color is #d05aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05aae


Comments

No comments written yet.

Please login to write comment.