Color Hex Logo

#ea8dcb Color Hex

#EA8DCB
(234,141,203)
0 Favorites   0 Comments

Color spaces of #ea8dcb

RGB 234141203
HSL0.890.690.74
HSV320°40°92°
CMYK 0.000.400.13   0.08
XYZ54.236140.854061.5270
Yxy40.85400.34630.2609
Hunter Lab63.917139.6090-12.3309
CIE-Lab70.073543.7119-16.9452

#ea8dcb color RGB value is (234,141,203).

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

The process color (four color CMYK) of #ea8dcb color hex is 0.00, 0.40, 0.13, 0.08. Web safe color of #ea8dcb is #ff99cc. Color #ea8dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001101 11001011
Octal 352 215 313
Decimal 234 141 203
Hex EA 8D CB

RGB Percentages of Color #ea8dcb

%40.48
%24.39
%35.12

CMYK Percentages of Color #ea8dcb

%0
%40
%13
%8

Triadic Colors of #ea8dcb

#ea8dcb #cbea8d #8dcbea

Analogous Colors of #ea8dcb

#ea8dcb #ea8d9d #db8dea

Monochromatic Colors of #ea8dcb

#ea8dcb

Complementary Color

#ea8dcb #8deaac

#ea8dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8dcb Color CSS Codes

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

#ea8dcb Text Font Color

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

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


#ea8dcb Background Color

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

This div background color is #ea8dcb


#ea8dcb Border Color

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

This div border color is #ea8dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8dcb


Comments

No comments written yet.

Please login to write comment.