Color Hex Logo

#e00bef Color Hex

#E00BEF
(224,11,239)
0 Favorites   0 Comments

Color spaces of #e00bef

RGB 22411239
HSL0.820.910.49
HSV296°95°94°
CMYK 0.060.950.00   0.06
XYZ46.440122.318683.5216
Yxy22.31860.30500.1466
Hunter Lab47.242692.7935-71.7508
CIE-Lab54.363490.5207-61.7646

#e00bef color RGB value is (224,11,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001011 11101111
Octal 340 13 357
Decimal 224 11 239
Hex E0 B EF

RGB Percentages of Color #e00bef

%47.26
%2.32
%50.42

CMYK Percentages of Color #e00bef

%6
%95
%0
%6

Triadic Colors of #e00bef

#e00bef #efe00b #0befe0

Analogous Colors of #e00bef

#e00bef #ef0b8c #6e0bef

Monochromatic Colors of #e00bef

#e00bef

Complementary Color

#e00bef #1aef0b

#e00bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00bef Color CSS Codes

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

#e00bef Text Font Color

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

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


#e00bef Background Color

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

This div background color is #e00bef


#e00bef Border Color

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

This div border color is #e00bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00bef


Comments

No comments written yet.

Please login to write comment.