Color Hex Logo

#ec8aed Color Hex

#EC8AED
(236,138,237)
0 Favorites   0 Comments

Color spaces of #ec8aed

RGB 236138237
HSL0.830.730.74
HSV299°42°93°
CMYK 0.000.420.00   0.07
XYZ58.966642.124285.1437
Yxy42.12420.31660.2262
Hunter Lab64.903248.5924-32.3478
CIE-Lab70.956551.6289-34.3335

#ec8aed color RGB value is (236,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001010 11101101
Octal 354 212 355
Decimal 236 138 237
Hex EC 8A ED

RGB Percentages of Color #ec8aed

%38.63
%22.59
%38.79

CMYK Percentages of Color #ec8aed

%0
%42
%0
%7

Triadic Colors of #ec8aed

#ec8aed #edec8a #8aedec

Analogous Colors of #ec8aed

#ec8aed #ed8abd #bb8aed

Monochromatic Colors of #ec8aed

#ec8aed

Complementary Color

#ec8aed #8bed8a

#ec8aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8aed Color CSS Codes

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

#ec8aed Text Font Color

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

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


#ec8aed Background Color

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

This div background color is #ec8aed


#ec8aed Border Color

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

This div border color is #ec8aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8aed

#ec8aed Color Palettes


Comments

No comments written yet.

Please login to write comment.