Color Hex Logo

#e10cef Color Hex

#E10CEF
(225,12,239)
0 Favorites   0 Comments

Color spaces of #e10cef

RGB 22512239
HSL0.820.900.49
HSV296°95°94°
CMYK 0.060.950.00   0.06
XYZ46.762822.502583.5401
Yxy22.50250.30600.1473
Hunter Lab47.436892.9494-71.2088
CIE-Lab54.556290.6001-61.4458

#e10cef color RGB value is (225,12,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001100 11101111
Octal 341 14 357
Decimal 225 12 239
Hex E1 C EF

RGB Percentages of Color #e10cef

%47.27
%2.52
%50.21

CMYK Percentages of Color #e10cef

%6
%95
%0
%6

Triadic Colors of #e10cef

#e10cef #efe10c #0cefe1

Analogous Colors of #e10cef

#e10cef #ef0c8c #700cef

Monochromatic Colors of #e10cef

#e10cef

Complementary Color

#e10cef #1aef0c

#e10cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10cef Color CSS Codes

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

#e10cef Text Font Color

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

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


#e10cef Background Color

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

This div background color is #e10cef


#e10cef Border Color

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

This div border color is #e10cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e10cef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10cef


Comments

No comments written yet.

Please login to write comment.