Color Hex Logo

#e80ddc Color Hex

#E80DDC
(232,13,220)
0 Favorites   0 Comments

Color spaces of #e80ddc

RGB 23213220
HSL0.840.890.48
HSV303°94°91°
CMYK 0.000.940.05   0.09
XYZ46.340922.611069.6321
Yxy22.61100.33440.1632
Hunter Lab47.551090.7431-53.5365
CIE-Lab54.669488.9214-50.4673

#e80ddc color RGB value is (232,13,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001101 11011100
Octal 350 15 334
Decimal 232 13 220
Hex E8 D DC

RGB Percentages of Color #e80ddc

%49.89
%2.80
%47.31

CMYK Percentages of Color #e80ddc

%0
%94
%5
%9

Triadic Colors of #e80ddc

#e80ddc #dce80d #0ddce8

Analogous Colors of #e80ddc

#e80ddc #e80d6f #870de8

Monochromatic Colors of #e80ddc

#e80ddc

Complementary Color

#e80ddc #0de819

#e80ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80ddc Color CSS Codes

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

#e80ddc Text Font Color

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

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


#e80ddc Background Color

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

This div background color is #e80ddc


#e80ddc Border Color

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

This div border color is #e80ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80ddc


Comments

No comments written yet.

Please login to write comment.