Color Hex Logo

#ea8bde Color Hex

#EA8BDE
(234,139,222)
0 Favorites   0 Comments

Color spaces of #ea8bde

RGB 234139222
HSL0.850.690.73
HSV308°41°92°
CMYK 0.000.410.05   0.08
XYZ56.349141.231674.0958
Yxy41.23160.32820.2402
Hunter Lab64.211844.2720-23.4681
CIE-Lab70.337947.8897-27.0586

#ea8bde color RGB value is (234,139,222).

#ea8bde hex color red value is 234, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ea8bde hue: 0.85 , saturation: 0.69 and the lightness value of ea8bde is 0.73.

The process color (four color CMYK) of #ea8bde color hex is 0.00, 0.41, 0.05, 0.08. Web safe color of #ea8bde is #ff99cc. Color #ea8bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001011 11011110
Octal 352 213 336
Decimal 234 139 222
Hex EA 8B DE

RGB Percentages of Color #ea8bde

%39.33
%23.36
%37.31

CMYK Percentages of Color #ea8bde

%0
%41
%5
%8

Triadic Colors of #ea8bde

#ea8bde #deea8b #8bdeea

Analogous Colors of #ea8bde

#ea8bde #ea8baf #c78bea

Monochromatic Colors of #ea8bde

#ea8bde

Complementary Color

#ea8bde #8bea97

#ea8bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8bde Color CSS Codes

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

#ea8bde Text Font Color

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

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


#ea8bde Background Color

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

This div background color is #ea8bde


#ea8bde Border Color

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

This div border color is #ea8bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8bde


Comments

No comments written yet.

Please login to write comment.