Color Hex Logo

#ea0bef Color Hex

#EA0BEF
(234,11,239)
0 Favorites   0 Comments

Color spaces of #ea0bef

RGB 23411239
HSL0.830.910.49
HSV299°95°94°
CMYK 0.020.950.00   0.06
XYZ49.631323.963883.6710
Yxy23.96380.31560.1524
Hunter Lab48.952895.3065-67.0725
CIE-Lab56.051592.0658-58.9632

#ea0bef color RGB value is (234,11,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001011 11101111
Octal 352 13 357
Decimal 234 11 239
Hex EA B EF

RGB Percentages of Color #ea0bef

%48.35
%2.27
%49.38

CMYK Percentages of Color #ea0bef

%2
%95
%0
%6

Triadic Colors of #ea0bef

#ea0bef #efea0b #0befea

Analogous Colors of #ea0bef

#ea0bef #ef0b82 #780bef

Monochromatic Colors of #ea0bef

#ea0bef

Complementary Color

#ea0bef #10ef0b

#ea0bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0bef Color CSS Codes

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

#ea0bef Text Font Color

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

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


#ea0bef Background Color

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

This div background color is #ea0bef


#ea0bef Border Color

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

This div border color is #ea0bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0bef


Comments

No comments written yet.

Please login to write comment.