Color Hex Logo

#ea9bef Color Hex

#EA9BEF
(234,155,239)
0 Favorites   0 Comments

Color spaces of #ea9bef

RGB 234155239
HSL0.820.720.77
HSV296°35°94°
CMYK 0.020.350.00   0.06
XYZ61.233047.167187.5382
Yxy47.16710.31250.2407
Hunter Lab68.678338.9621-27.4969
CIE-Lab74.296542.6270-30.2862

#ea9bef color RGB value is (234,155,239).

#ea9bef hex color red value is 234, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ea9bef hue: 0.82 , saturation: 0.72 and the lightness value of ea9bef is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011011 11101111
Octal 352 233 357
Decimal 234 155 239
Hex EA 9B EF

RGB Percentages of Color #ea9bef

%37.26
%24.68
%38.06

CMYK Percentages of Color #ea9bef

%2
%35
%0
%6

Triadic Colors of #ea9bef

#ea9bef #efea9b #9befea

Analogous Colors of #ea9bef

#ea9bef #ef9bca #c09bef

Monochromatic Colors of #ea9bef

#ea9bef

Complementary Color

#ea9bef #a0ef9b

#ea9bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9bef Color CSS Codes

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

#ea9bef Text Font Color

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

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


#ea9bef Background Color

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

This div background color is #ea9bef


#ea9bef Border Color

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

This div border color is #ea9bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9bef


Comments

No comments written yet.

Please login to write comment.