Color Hex Logo

#ec3faa Color Hex

#EC3FAA
(236,63,170)
0 Favorites   0 Comments

Color spaces of #ec3faa

RGB 23663170
HSL0.900.820.59
HSV323°73°93°
CMYK 0.000.730.28   0.07
XYZ43.625324.290240.4194
Yxy24.29020.40270.2242
Hunter Lab49.285171.7526-14.1250
CIE-Lab56.377273.7179-18.9503

#ec3faa color RGB value is (236,63,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111111 10101010
Octal 354 77 252
Decimal 236 63 170
Hex EC 3F AA

RGB Percentages of Color #ec3faa

%50.32
%13.43
%36.25

CMYK Percentages of Color #ec3faa

%0
%73
%28
%7

Triadic Colors of #ec3faa

#ec3faa #aaec3f #3faaec

Analogous Colors of #ec3faa

#ec3faa #ec3f53 #d83fec

Monochromatic Colors of #ec3faa

#ec3faa

Complementary Color

#ec3faa #3fec81

#ec3faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3faa Color CSS Codes

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

#ec3faa Text Font Color

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

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


#ec3faa Background Color

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

This div background color is #ec3faa


#ec3faa Border Color

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

This div border color is #ec3faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3faa


Comments

No comments written yet.

Please login to write comment.