Color Hex Logo

#ec4caa Color Hex

#EC4CAA
(236,76,170)
0 Favorites   0 Comments

Color spaces of #ec4caa

RGB 23676170
HSL0.900.810.61
HSV325°68°93°
CMYK 0.000.680.28   0.07
XYZ44.432225.904040.6884
Yxy25.90400.40020.2333
Hunter Lab50.896066.7626-11.7718
CIE-Lab57.945869.3199-16.5639

#ec4caa color RGB value is (236,76,170).

#ec4caa hex color red value is 236, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ec4caa hue: 0.90 , saturation: 0.81 and the lightness value of ec4caa is 0.61.

The process color (four color CMYK) of #ec4caa color hex is 0.00, 0.68, 0.28, 0.07. Web safe color of #ec4caa is #ff3399. Color #ec4caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001100 10101010
Octal 354 114 252
Decimal 236 76 170
Hex EC 4C AA

RGB Percentages of Color #ec4caa

%48.96
%15.77
%35.27

CMYK Percentages of Color #ec4caa

%0
%68
%28
%7

Triadic Colors of #ec4caa

#ec4caa #aaec4c #4caaec

Analogous Colors of #ec4caa

#ec4caa #ec4c5a #de4cec

Monochromatic Colors of #ec4caa

#ec4caa

Complementary Color

#ec4caa #4cec8e

#ec4caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4caa Color CSS Codes

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

#ec4caa Text Font Color

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

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


#ec4caa Background Color

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

This div background color is #ec4caa


#ec4caa Border Color

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

This div border color is #ec4caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4caa


Comments

No comments written yet.

Please login to write comment.