Color Hex Logo

#ec3fab Color Hex

#EC3FAB
(236,63,171)
0 Favorites   0 Comments

Color spaces of #ec3fab

RGB 23663171
HSL0.900.820.59
HSV323°73°93°
CMYK 0.000.730.28   0.07
XYZ43.720324.328240.9196
Yxy24.32820.40120.2233
Hunter Lab49.323671.9055-14.6613
CIE-Lab56.414973.8350-19.4758

#ec3fab color RGB value is (236,63,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111111 10101011
Octal 354 77 253
Decimal 236 63 171
Hex EC 3F AB

RGB Percentages of Color #ec3fab

%50.21
%13.40
%36.38

CMYK Percentages of Color #ec3fab

%0
%73
%28
%7

Triadic Colors of #ec3fab

#ec3fab #abec3f #3fabec

Analogous Colors of #ec3fab

#ec3fab #ec3f55 #d73fec

Monochromatic Colors of #ec3fab

#ec3fab

Complementary Color

#ec3fab #3fec80

#ec3fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3fab Color CSS Codes

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

#ec3fab Text Font Color

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

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


#ec3fab Background Color

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

This div background color is #ec3fab


#ec3fab Border Color

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

This div border color is #ec3fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3fab


Comments

No comments written yet.

Please login to write comment.