Color Hex Logo

#e80ddd Color Hex

#E80DDD
(232,13,221)
0 Favorites   0 Comments

Color spaces of #e80ddd

RGB 23213221
HSL0.840.890.48
HSV303°94°91°
CMYK 0.000.940.05   0.09
XYZ46.473822.664170.3318
Yxy22.66410.33320.1625
Hunter Lab47.606890.9398-54.2671
CIE-Lab54.724789.0590-50.9472

#e80ddd color RGB value is (232,13,221).

#e80ddd hex color red value is 232, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e80ddd hue: 0.84 , saturation: 0.89 and the lightness value of e80ddd is 0.48.

The process color (four color CMYK) of #e80ddd color hex is 0.00, 0.94, 0.05, 0.09. Web safe color of #e80ddd is #ff00cc. Color #e80ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001101 11011101
Octal 350 15 335
Decimal 232 13 221
Hex E8 D DD

RGB Percentages of Color #e80ddd

%49.79
%2.79
%47.42

CMYK Percentages of Color #e80ddd

%0
%94
%5
%9

Triadic Colors of #e80ddd

#e80ddd #dde80d #0ddde8

Analogous Colors of #e80ddd

#e80ddd #e80d70 #860de8

Monochromatic Colors of #e80ddd

#e80ddd

Complementary Color

#e80ddd #0de818

#e80ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80ddd Color CSS Codes

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

#e80ddd Text Font Color

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

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


#e80ddd Background Color

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

This div background color is #e80ddd


#e80ddd Border Color

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

This div border color is #e80ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,13,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e80ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e80ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #e80ddd;
  box-shadow:         1px 1px 3px 2px #e80ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,13,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80ddd


Comments

No comments written yet.

Please login to write comment.