Color Hex Logo

#ea8ebb Color Hex

#EA8EBB
(234,142,187)
0 Favorites   0 Comments

Color spaces of #ea8ebb

RGB 234142187
HSL0.920.690.74
HSV331°39°92°
CMYK 0.000.390.20   0.08
XYZ52.574340.426352.0458
Yxy40.42630.36250.2787
Hunter Lab63.581736.3298-4.0256
CIE-Lab69.772140.7315-8.4937

#ea8ebb color RGB value is (234,142,187).

#ea8ebb hex color red value is 234, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ea8ebb hue: 0.92 , saturation: 0.69 and the lightness value of ea8ebb is 0.74.

The process color (four color CMYK) of #ea8ebb color hex is 0.00, 0.39, 0.20, 0.08. Web safe color of #ea8ebb is #ff99cc. Color #ea8ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001110 10111011
Octal 352 216 273
Decimal 234 142 187
Hex EA 8E BB

RGB Percentages of Color #ea8ebb

%41.56
%25.22
%33.21

CMYK Percentages of Color #ea8ebb

%0
%39
%20
%8

Triadic Colors of #ea8ebb

#ea8ebb #bbea8e #8ebbea

Analogous Colors of #ea8ebb

#ea8ebb #ea8f8e #ea8ee9

Monochromatic Colors of #ea8ebb

#ea8ebb

Complementary Color

#ea8ebb #8eeabd

#ea8ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8ebb Color CSS Codes

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

#ea8ebb Text Font Color

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

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


#ea8ebb Background Color

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

This div background color is #ea8ebb


#ea8ebb Border Color

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

This div border color is #ea8ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8ebb


Comments

No comments written yet.

Please login to write comment.