Color Hex Logo

#e80ecc Color Hex

#E80ECC
(232,14,204)
0 Favorites   0 Comments

Color spaces of #e80ecc

RGB 23214204
HSL0.850.890.48
HSV308°94°91°
CMYK 0.000.940.12   0.09
XYZ44.334821.829559.0036
Yxy21.82950.35420.1744
Hunter Lab46.722187.6160-42.1698
CIE-Lab53.845686.7094-42.6323

#e80ecc color RGB value is (232,14,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001110 11001100
Octal 350 16 314
Decimal 232 14 204
Hex E8 E CC

RGB Percentages of Color #e80ecc

%51.56
%3.11
%45.33

CMYK Percentages of Color #e80ecc

%0
%94
%12
%9

Triadic Colors of #e80ecc

#e80ecc #cce80e #0ecce8

Analogous Colors of #e80ecc

#e80ecc #e80e5f #970ee8

Monochromatic Colors of #e80ecc

#e80ecc

Complementary Color

#e80ecc #0ee82a

#e80ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80ecc Color CSS Codes

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

#e80ecc Text Font Color

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

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


#e80ecc Background Color

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

This div background color is #e80ecc


#e80ecc Border Color

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

This div border color is #e80ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80ecc


Comments

No comments written yet.

Please login to write comment.