Color Hex Logo

#ec8aaa Color Hex

#EC8AAA
(236,138,170)
0 Favorites   0 Comments

Color spaces of #ec8aaa

RGB 236138170
HSL0.950.720.73
HSV340°42°93°
CMYK 0.000.420.28   0.07
XYZ50.936238.912142.8564
Yxy38.91210.38380.2932
Hunter Lab62.379636.59042.9319
CIE-Lab68.687541.0984-0.5582

#ec8aaa color RGB value is (236,138,170).

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

The process color (four color CMYK) of #ec8aaa color hex is 0.00, 0.42, 0.28, 0.07. Web safe color of #ec8aaa is #ff9999. Color #ec8aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001010 10101010
Octal 354 212 252
Decimal 236 138 170
Hex EC 8A AA

RGB Percentages of Color #ec8aaa

%43.38
%25.37
%31.25

CMYK Percentages of Color #ec8aaa

%0
%42
%28
%7

Triadic Colors of #ec8aaa

#ec8aaa #aaec8a #8aaaec

Analogous Colors of #ec8aaa

#ec8aaa #ec9b8a #ec8adb

Monochromatic Colors of #ec8aaa

#ec8aaa

Complementary Color

#ec8aaa #8aeccc

#ec8aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8aaa Color CSS Codes

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

#ec8aaa Text Font Color

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

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


#ec8aaa Background Color

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

This div background color is #ec8aaa


#ec8aaa Border Color

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

This div border color is #ec8aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8aaa


Comments

No comments written yet.

Please login to write comment.