Color Hex Logo

#d05eac Color Hex

#D05EAC
(208,94,172)
0 Favorites   0 Comments

Color spaces of #d05eac

RGB 20894172
HSL0.890.550.59
HSV319°55°82°
CMYK 0.000.550.17   0.18
XYZ37.461524.393941.7638
Yxy24.39390.36150.2354
Hunter Lab49.390248.9560-15.5619
CIE-Lab56.480054.1802-20.3493

#d05eac color RGB value is (208,94,172).

#d05eac hex color red value is 208, green value is 94 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d05eac hue: 0.89 , saturation: 0.55 and the lightness value of d05eac is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011110 10101100
Octal 320 136 254
Decimal 208 94 172
Hex D0 5E AC

RGB Percentages of Color #d05eac

%43.88
%19.83
%36.29

CMYK Percentages of Color #d05eac

%0
%55
%17
%18

Triadic Colors of #d05eac

#d05eac #acd05e #5eacd0

Analogous Colors of #d05eac

#d05eac #d05e73 #bb5ed0

Monochromatic Colors of #d05eac

#d05eac

Complementary Color

#d05eac #5ed082

#d05eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05eac Color CSS Codes

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

#d05eac Text Font Color

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

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


#d05eac Background Color

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

This div background color is #d05eac


#d05eac Border Color

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

This div border color is #d05eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05eac


Comments

No comments written yet.

Please login to write comment.