Color Hex Logo

#ec3cab Color Hex

#EC3CAB
(236,60,171)
0 Favorites   0 Comments

Color spaces of #ec3cab

RGB 23660171
HSL0.890.820.58
HSV322°75°93°
CMYK 0.000.750.28   0.07
XYZ43.558624.004940.8657
Yxy24.00490.40170.2214
Hunter Lab48.994872.9537-15.1564
CIE-Lab56.092774.7474-19.9679

#ec3cab color RGB value is (236,60,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111100 10101011
Octal 354 74 253
Decimal 236 60 171
Hex EC 3C AB

RGB Percentages of Color #ec3cab

%50.54
%12.85
%36.62

CMYK Percentages of Color #ec3cab

%0
%75
%28
%7

Triadic Colors of #ec3cab

#ec3cab #abec3c #3cabec

Analogous Colors of #ec3cab

#ec3cab #ec3c53 #d53cec

Monochromatic Colors of #ec3cab

#ec3cab

Complementary Color

#ec3cab #3cec7d

#ec3cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3cab Color CSS Codes

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

#ec3cab Text Font Color

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

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


#ec3cab Background Color

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

This div background color is #ec3cab


#ec3cab Border Color

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

This div border color is #ec3cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3cab


Comments

No comments written yet.

Please login to write comment.