Color Hex Logo

#e80cca Color Hex

#E80CCA
(232,12,202)
0 Favorites   0 Comments

Color spaces of #e80cca

RGB 23212202
HSL0.860.900.48
HSV308°95°91°
CMYK 0.000.950.13   0.09
XYZ44.070921.683057.7396
Yxy21.68300.35690.1756
Hunter Lab46.565087.4504-40.9228
CIE-Lab53.689086.6134-41.7295

#e80cca color RGB value is (232,12,202).

#e80cca hex color red value is 232, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e80cca hue: 0.86 , saturation: 0.90 and the lightness value of e80cca is 0.48.

The process color (four color CMYK) of #e80cca color hex is 0.00, 0.95, 0.13, 0.09. Web safe color of #e80cca is #ff00cc. Color #e80cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001100 11001010
Octal 350 14 312
Decimal 232 12 202
Hex E8 C CA

RGB Percentages of Color #e80cca

%52.02
%2.69
%45.29

CMYK Percentages of Color #e80cca

%0
%95
%13
%9

Triadic Colors of #e80cca

#e80cca #cae80c #0ccae8

Analogous Colors of #e80cca

#e80cca #e80c5c #980ce8

Monochromatic Colors of #e80cca

#e80cca

Complementary Color

#e80cca #0ce82a

#e80cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80cca Color CSS Codes

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

#e80cca Text Font Color

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

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


#e80cca Background Color

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

This div background color is #e80cca


#e80cca Border Color

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

This div border color is #e80cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80cca


Comments

No comments written yet.

Please login to write comment.