Color Hex Logo

#ea8edb Color Hex

#EA8EDB
(234,142,219)
0 Favorites   0 Comments

Color spaces of #ea8edb

RGB 234142219
HSL0.860.690.74
HSV310°39°92°
CMYK 0.000.390.06   0.08
XYZ56.390941.952972.1434
Yxy41.95290.33080.2461
Hunter Lab64.771142.0561-20.6987
CIE-Lab70.838445.8359-24.6367

#ea8edb color RGB value is (234,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001110 11011011
Octal 352 216 333
Decimal 234 142 219
Hex EA 8E DB

RGB Percentages of Color #ea8edb

%39.33
%23.87
%36.81

CMYK Percentages of Color #ea8edb

%0
%39
%6
%8

Triadic Colors of #ea8edb

#ea8edb #dbea8e #8edbea

Analogous Colors of #ea8edb

#ea8edb #ea8ead #cb8eea

Monochromatic Colors of #ea8edb

#ea8edb

Complementary Color

#ea8edb #8eea9d

#ea8edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8edb Color CSS Codes

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

#ea8edb Text Font Color

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

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


#ea8edb Background Color

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

This div background color is #ea8edb


#ea8edb Border Color

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

This div border color is #ea8edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8edb


Comments

No comments written yet.

Please login to write comment.