Color Hex Logo

#ea8bdc Color Hex

#EA8BDC
(234,139,220)
0 Favorites   0 Comments

Color spaces of #ea8bdc

RGB 234139220
HSL0.860.690.73
HSV309°41°92°
CMYK 0.000.410.06   0.08
XYZ56.082641.125072.6922
Yxy41.12500.33010.2421
Hunter Lab64.128843.8784-22.3171
CIE-Lab70.263447.5474-26.0691

#ea8bdc color RGB value is (234,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001011 11011100
Octal 352 213 334
Decimal 234 139 220
Hex EA 8B DC

RGB Percentages of Color #ea8bdc

%39.46
%23.44
%37.10

CMYK Percentages of Color #ea8bdc

%0
%41
%6
%8

Triadic Colors of #ea8bdc

#ea8bdc #dcea8b #8bdcea

Analogous Colors of #ea8bdc

#ea8bdc #ea8bad #c98bea

Monochromatic Colors of #ea8bdc

#ea8bdc

Complementary Color

#ea8bdc #8bea99

#ea8bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8bdc Color CSS Codes

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

#ea8bdc Text Font Color

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

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


#ea8bdc Background Color

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

This div background color is #ea8bdc


#ea8bdc Border Color

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

This div border color is #ea8bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8bdc


Comments

No comments written yet.

Please login to write comment.