Color Hex Logo

#ec9eea Color Hex

#EC9EEA
(236,158,234)
0 Favorites   0 Comments

Color spaces of #ec9eea

RGB 236158234
HSL0.840.670.77
HSV302°33°93°
CMYK 0.000.330.01   0.07
XYZ61.670248.227183.9003
Yxy48.22710.31820.2489
Hunter Lab69.445736.9841-23.0187
CIE-Lab74.967940.7583-26.5159

#ec9eea color RGB value is (236,158,234).

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

The process color (four color CMYK) of #ec9eea color hex is 0.00, 0.33, 0.01, 0.07. Web safe color of #ec9eea is #ff99ff. Color #ec9eea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011110 11101010
Octal 354 236 352
Decimal 236 158 234
Hex EC 9E EA

RGB Percentages of Color #ec9eea

%37.58
%25.16
%37.26

CMYK Percentages of Color #ec9eea

%0
%33
%1
%7

Triadic Colors of #ec9eea

#ec9eea #eaec9e #9eeaec

Analogous Colors of #ec9eea

#ec9eea #ec9ec3 #c79eec

Monochromatic Colors of #ec9eea

#ec9eea

Complementary Color

#ec9eea #9eeca0

#ec9eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9eea Color CSS Codes

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

#ec9eea Text Font Color

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

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


#ec9eea Background Color

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

This div background color is #ec9eea


#ec9eea Border Color

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

This div border color is #ec9eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9eea


Comments

No comments written yet.

Please login to write comment.