Color Hex Logo

#d80eae Color Hex

#D80EAE
(216,14,174)
0 Favorites   0 Comments

Color spaces of #d80eae

RGB 21614174
HSL0.870.880.45
HSV312°94°85°
CMYK 0.000.940.19   0.15
XYZ36.115917.969041.6092
Yxy17.96900.37740.1878
Hunter Lab42.389977.8987-28.5252
CIE-Lab49.458580.0026-32.2759

#d80eae color RGB value is (216,14,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001110 10101110
Octal 330 16 256
Decimal 216 14 174
Hex D8 E AE

RGB Percentages of Color #d80eae

%53.47
%3.47
%43.07

CMYK Percentages of Color #d80eae

%0
%94
%19
%15

Triadic Colors of #d80eae

#d80eae #aed80e #0eaed8

Analogous Colors of #d80eae

#d80eae #d80e49 #9d0ed8

Monochromatic Colors of #d80eae

#d80eae

Complementary Color

#d80eae #0ed838

#d80eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80eae Color CSS Codes

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

#d80eae Text Font Color

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

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


#d80eae Background Color

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

This div background color is #d80eae


#d80eae Border Color

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

This div border color is #d80eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80eae


Comments

No comments written yet.

Please login to write comment.