Color Hex Logo

#ea9cec Color Hex

#EA9CEC
(234,156,236)
0 Favorites   0 Comments

Color spaces of #ea9cec

RGB 234156236
HSL0.830.680.77
HSV299°34°93°
CMYK 0.010.340.00   0.07
XYZ60.960547.325585.2786
Yxy47.32550.31490.2445
Hunter Lab68.793537.7868-25.3423
CIE-Lab74.397541.5503-28.4980

#ea9cec color RGB value is (234,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011100 11101100
Octal 352 234 354
Decimal 234 156 236
Hex EA 9C EC

RGB Percentages of Color #ea9cec

%37.38
%24.92
%37.70

CMYK Percentages of Color #ea9cec

%1
%34
%0
%7

Triadic Colors of #ea9cec

#ea9cec #ecea9c #9cecea

Analogous Colors of #ea9cec

#ea9cec #ec9cc6 #c29cec

Monochromatic Colors of #ea9cec

#ea9cec

Complementary Color

#ea9cec #9eec9c

#ea9cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9cec Color CSS Codes

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

#ea9cec Text Font Color

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

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


#ea9cec Background Color

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

This div background color is #ea9cec


#ea9cec Border Color

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

This div border color is #ea9cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,156,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 #ea9cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9cec


Comments

No comments written yet.

Please login to write comment.