Color Hex Logo

#ea0ebe Color Hex

#EA0EBE
(234,14,190)
0 Favorites   0 Comments

Color spaces of #ea0ebe

RGB 23414190
HSL0.870.890.49
HSV312°94°92°
CMYK 0.000.940.19   0.08
XYZ43.383021.524250.5832
Yxy21.52420.37560.1864
Hunter Lab46.394285.7248-32.1675
CIE-Lab53.518585.3244-35.0384

#ea0ebe color RGB value is (234,14,190).

#ea0ebe hex color red value is 234, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ea0ebe hue: 0.87 , saturation: 0.89 and the lightness value of ea0ebe is 0.49.

The process color (four color CMYK) of #ea0ebe color hex is 0.00, 0.94, 0.19, 0.08. Web safe color of #ea0ebe is #ff00cc. Color #ea0ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001110 10111110
Octal 352 16 276
Decimal 234 14 190
Hex EA E BE

RGB Percentages of Color #ea0ebe

%53.42
%3.20
%43.38

CMYK Percentages of Color #ea0ebe

%0
%94
%19
%8

Triadic Colors of #ea0ebe

#ea0ebe #beea0e #0ebeea

Analogous Colors of #ea0ebe

#ea0ebe #ea0e50 #a80eea

Monochromatic Colors of #ea0ebe

#ea0ebe

Complementary Color

#ea0ebe #0eea3a

#ea0ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0ebe Color CSS Codes

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

#ea0ebe Text Font Color

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

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


#ea0ebe Background Color

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

This div background color is #ea0ebe


#ea0ebe Border Color

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

This div border color is #ea0ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,14,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea0ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0ebe


Comments

No comments written yet.

Please login to write comment.