Color Hex Logo

#ea99eb Color Hex

#EA99EB
(234,153,235)
0 Favorites   0 Comments

Color spaces of #ea99eb

RGB 234153235
HSL0.830.670.76
HSV299°35°92°
CMYK 0.000.350.00   0.08
XYZ60.318346.273084.3497
Yxy46.27300.31590.2423
Hunter Lab68.024339.2366-25.9023
CIE-Lab73.722342.9410-28.9903

#ea99eb color RGB value is (234,153,235).

#ea99eb hex color red value is 234, green value is 153 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ea99eb hue: 0.83 , saturation: 0.67 and the lightness value of ea99eb is 0.76.

The process color (four color CMYK) of #ea99eb color hex is 0.00, 0.35, 0.00, 0.08. Web safe color of #ea99eb is #ff99ff. Color #ea99eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011001 11101011
Octal 352 231 353
Decimal 234 153 235
Hex EA 99 EB

RGB Percentages of Color #ea99eb

%37.62
%24.60
%37.78

CMYK Percentages of Color #ea99eb

%0
%35
%0
%8

Triadic Colors of #ea99eb

#ea99eb #ebea99 #99ebea

Analogous Colors of #ea99eb

#ea99eb #eb99c3 #c199eb

Monochromatic Colors of #ea99eb

#ea99eb

Complementary Color

#ea99eb #9aeb99

#ea99eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea99eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea99eb Color CSS Codes

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

#ea99eb Text Font Color

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

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


#ea99eb Background Color

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

This div background color is #ea99eb


#ea99eb Border Color

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

This div border color is #ea99eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea99eb


Comments

No comments written yet.

Please login to write comment.