Color Hex Logo

#e20fef Color Hex

#E20FEF
(226,15,239)
0 Favorites   0 Comments

Color spaces of #e20fef

RGB 22615239
HSL0.820.880.50
HSV297°94°94°
CMYK 0.050.940.00   0.06
XYZ47.114822.742483.5678
Yxy22.74240.30710.1482
Hunter Lab47.689092.8951-70.5145
CIE-Lab54.806090.5111-61.0353

#e20fef color RGB value is (226,15,239).

#e20fef hex color red value is 226, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e20fef hue: 0.82 , saturation: 0.88 and the lightness value of e20fef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001111 11101111
Octal 342 17 357
Decimal 226 15 239
Hex E2 F EF

RGB Percentages of Color #e20fef

%47.08
%3.13
%49.79

CMYK Percentages of Color #e20fef

%5
%94
%0
%6

Triadic Colors of #e20fef

#e20fef #efe20f #0fefe2

Analogous Colors of #e20fef

#e20fef #ef0f8c #720fef

Monochromatic Colors of #e20fef

#e20fef

Complementary Color

#e20fef #1cef0f

#e20fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20fef Color CSS Codes

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

#e20fef Text Font Color

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

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


#e20fef Background Color

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

This div background color is #e20fef


#e20fef Border Color

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

This div border color is #e20fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20fef


Comments

No comments written yet.

Please login to write comment.