Color Hex Logo

#e80cef Color Hex

#E80CEF
(232,12,239)
0 Favorites   0 Comments

Color spaces of #e80cef

RGB 23212239
HSL0.830.900.49
HSV298°95°94°
CMYK 0.030.950.00   0.06
XYZ48.990223.650783.6443
Yxy23.65070.31350.1513
Hunter Lab48.632094.7088-67.9331
CIE-Lab55.736491.6831-59.4871

#e80cef color RGB value is (232,12,239).

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

The process color (four color CMYK) of #e80cef color hex is 0.03, 0.95, 0.00, 0.06. Web safe color of #e80cef is #ff00ff. Color #e80cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001100 11101111
Octal 350 14 357
Decimal 232 12 239
Hex E8 C EF

RGB Percentages of Color #e80cef

%48.03
%2.48
%49.48

CMYK Percentages of Color #e80cef

%3
%95
%0
%6

Triadic Colors of #e80cef

#e80cef #efe80c #0cefe8

Analogous Colors of #e80cef

#e80cef #ef0c85 #770cef

Monochromatic Colors of #e80cef

#e80cef

Complementary Color

#e80cef #13ef0c

#e80cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80cef Color CSS Codes

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

#e80cef Text Font Color

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

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


#e80cef Background Color

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

This div background color is #e80cef


#e80cef Border Color

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

This div border color is #e80cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80cef


Comments

No comments written yet.

Please login to write comment.