Color Hex Logo

#d80eac Color Hex

#D80EAC
(216,14,172)
0 Favorites   0 Comments

Color spaces of #d80eac

RGB 21614172
HSL0.870.880.45
HSV313°94°85°
CMYK 0.000.940.20   0.15
XYZ35.922317.891640.5898
Yxy17.89160.38050.1895
Hunter Lab42.298577.5702-27.2860
CIE-Lab49.364479.7601-31.2431

#d80eac color RGB value is (216,14,172).

#d80eac hex color red value is 216, green value is 14 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d80eac hue: 0.87 , saturation: 0.88 and the lightness value of d80eac is 0.45.

The process color (four color CMYK) of #d80eac color hex is 0.00, 0.94, 0.20, 0.15. Web safe color of #d80eac is #cc0099. Color #d80eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001110 10101100
Octal 330 16 254
Decimal 216 14 172
Hex D8 E AC

RGB Percentages of Color #d80eac

%53.73
%3.48
%42.79

CMYK Percentages of Color #d80eac

%0
%94
%20
%15

Triadic Colors of #d80eac

#d80eac #acd80e #0eacd8

Analogous Colors of #d80eac

#d80eac #d80e47 #9f0ed8

Monochromatic Colors of #d80eac

#d80eac

Complementary Color

#d80eac #0ed83a

#d80eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80eac Color CSS Codes

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

#d80eac Text Font Color

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

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


#d80eac Background Color

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

This div background color is #d80eac


#d80eac Border Color

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

This div border color is #d80eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80eac


Comments

No comments written yet.

Please login to write comment.