color codes Logo

#e00fef color codes

#E00FEF
(224,15,239)
0 Favorites   0 Comments

Color spaces of #e00fef

RGB 22415239
HSL0.820.880.50
HSV296°94°94°
CMYK 0.060.940.00   0.06
XYZ46.491322.420983.5387
Yxy22.42090.30500.1471
Hunter Lab47.350792.3965-71.4571
CIE-Lab54.470890.2027-61.5920

#e00fef color RGB value is (224,15,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001111 11101111
Octal 340 17 357
Decimal 224 15 239
Hex E0 F EF

RGB Percentages of Color #e00fef

%46.86
%3.14
%50.00

CMYK Percentages of Color #e00fef

%6
%94
%0
%6

Triadic Colors of #e00fef

#e00fef #efe00f #0fefe0

Analogous Colors of #e00fef

#e00fef #ef0f8e #700fef

Monochromatic Colors of #e00fef

#e00fef

Complementary Color

#e00fef #1eef0f

#e00fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00fef Color CSS Codes

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

#e00fef Text Font Color

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

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


#e00fef Background Color

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

This div background color is #e00fef


#e00fef Border Color

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

This div border color is #e00fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00fef


Comments

No comments written yet.

Please login to write comment.