Color Hex Logo

#ea8cec Color Hex

#EA8CEC
(234,140,236)
0 Favorites   0 Comments

Color spaces of #ea8cec

RGB 234140236
HSL0.830.720.74
HSV299°41°93°
CMYK 0.010.410.00   0.07
XYZ58.450142.304784.4419
Yxy42.30470.31560.2284
Hunter Lab65.042146.5856-31.4447
CIE-Lab71.080549.8456-33.6121

#ea8cec color RGB value is (234,140,236).

#ea8cec hex color red value is 234, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ea8cec hue: 0.83 , saturation: 0.72 and the lightness value of ea8cec is 0.74.

The process color (four color CMYK) of #ea8cec color hex is 0.01, 0.41, 0.00, 0.07. Web safe color of #ea8cec is #ff99ff. Color #ea8cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001100 11101100
Octal 352 214 354
Decimal 234 140 236
Hex EA 8C EC

RGB Percentages of Color #ea8cec

%38.36
%22.95
%38.69

CMYK Percentages of Color #ea8cec

%1
%41
%0
%7

Triadic Colors of #ea8cec

#ea8cec #ecea8c #8cecea

Analogous Colors of #ea8cec

#ea8cec #ec8cbe #ba8cec

Monochromatic Colors of #ea8cec

#ea8cec

Complementary Color

#ea8cec #8eec8c

#ea8cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8cec Color CSS Codes

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

#ea8cec Text Font Color

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

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


#ea8cec Background Color

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

This div background color is #ea8cec


#ea8cec Border Color

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

This div border color is #ea8cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8cec


Comments

No comments written yet.

Please login to write comment.