Color Hex Logo

#ec9aed Color Hex

#EC9AED
(236,154,237)
0 Favorites   0 Comments

Color spaces of #ec9aed

RGB 236154237
HSL0.830.700.77
HSV299°35°93°
CMYK 0.000.350.00   0.07
XYZ61.433747.058585.9660
Yxy47.05850.31590.2420
Hunter Lab68.599239.8063-26.2806
CIE-Lab74.227243.3973-29.2857

#ec9aed color RGB value is (236,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011010 11101101
Octal 354 232 355
Decimal 236 154 237
Hex EC 9A ED

RGB Percentages of Color #ec9aed

%37.64
%24.56
%37.80

CMYK Percentages of Color #ec9aed

%0
%35
%0
%7

Triadic Colors of #ec9aed

#ec9aed #edec9a #9aedec

Analogous Colors of #ec9aed

#ec9aed #ed9ac5 #c39aed

Monochromatic Colors of #ec9aed

#ec9aed

Complementary Color

#ec9aed #9bed9a

#ec9aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9aed Color CSS Codes

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

#ec9aed Text Font Color

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

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


#ec9aed Background Color

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

This div background color is #ec9aed


#ec9aed Border Color

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

This div border color is #ec9aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9aed


Comments

No comments written yet.

Please login to write comment.