Color Hex Logo

#ec558e Color Hex

#EC558E
(236,85,142)
0 Favorites   0 Comments

Color spaces of #ec558e

RGB 23685142
HSL0.940.800.63
HSV337°64°93°
CMYK 0.000.640.40   0.07
XYZ42.723126.282928.4125
Yxy26.28290.43860.2698
Hunter Lab51.266959.03553.0278
CIE-Lab58.304662.73270.3068

#ec558e color RGB value is (236,85,142).

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

The process color (four color CMYK) of #ec558e color hex is 0.00, 0.64, 0.40, 0.07. Web safe color of #ec558e is #ff6699. Color #ec558e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010101 10001110
Octal 354 125 216
Decimal 236 85 142
Hex EC 55 8E

RGB Percentages of Color #ec558e

%50.97
%18.36
%30.67

CMYK Percentages of Color #ec558e

%0
%64
%40
%7

Triadic Colors of #ec558e

#ec558e #8eec55 #558eec

Analogous Colors of #ec558e

#ec558e #ec6855 #ec55da

Monochromatic Colors of #ec558e

#ec558e

Complementary Color

#ec558e #55ecb3

#ec558e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec558e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec558e Color CSS Codes

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

#ec558e Text Font Color

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

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


#ec558e Background Color

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

This div background color is #ec558e


#ec558e Border Color

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

This div border color is #ec558e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec558e


Comments

No comments written yet.

Please login to write comment.