Color Hex Logo

#ec538f Color Hex

#EC538F
(236,83,143)
0 Favorites   0 Comments

Color spaces of #ec538f

RGB 23683143
HSL0.930.800.63
HSV336°65°93°
CMYK 0.000.650.39   0.07
XYZ42.643326.002628.7580
Yxy26.00260.43780.2670
Hunter Lab50.992760.03552.2576
CIE-Lab58.039563.6367-0.6662

#ec538f color RGB value is (236,83,143).

#ec538f hex color red value is 236, green value is 83 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ec538f hue: 0.93 , saturation: 0.80 and the lightness value of ec538f is 0.63.

The process color (four color CMYK) of #ec538f color hex is 0.00, 0.65, 0.39, 0.07. Web safe color of #ec538f is #ff6699. Color #ec538f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010011 10001111
Octal 354 123 217
Decimal 236 83 143
Hex EC 53 8F

RGB Percentages of Color #ec538f

%51.08
%17.97
%30.95

CMYK Percentages of Color #ec538f

%0
%65
%39
%7

Triadic Colors of #ec538f

#ec538f #8fec53 #538fec

Analogous Colors of #ec538f

#ec538f #ec6353 #ec53dc

Monochromatic Colors of #ec538f

#ec538f

Complementary Color

#ec538f #53ecb0

#ec538f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec538f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec538f Color CSS Codes

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

#ec538f Text Font Color

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

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


#ec538f Background Color

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

This div background color is #ec538f


#ec538f Border Color

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

This div border color is #ec538f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec538f


Comments

No comments written yet.

Please login to write comment.