Color Hex Logo

#ec508e Color Hex

#EC508E
(236,80,142)
0 Favorites   0 Comments

Color spaces of #ec508e

RGB 23680142
HSL0.930.800.62
HSV336°66°93°
CMYK 0.000.660.40   0.07
XYZ42.343225.523228.2859
Yxy25.52320.44040.2654
Hunter Lab50.520561.19702.1685
CIE-Lab57.581764.7101-0.7495

#ec508e color RGB value is (236,80,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010000 10001110
Octal 354 120 216
Decimal 236 80 142
Hex EC 50 8E

RGB Percentages of Color #ec508e

%51.53
%17.47
%31.00

CMYK Percentages of Color #ec508e

%0
%66
%40
%7

Triadic Colors of #ec508e

#ec508e #8eec50 #508eec

Analogous Colors of #ec508e

#ec508e #ec6050 #ec50dc

Monochromatic Colors of #ec508e

#ec508e

Complementary Color

#ec508e #50ecae

#ec508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec508e Color CSS Codes

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

#ec508e Text Font Color

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

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


#ec508e Background Color

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

This div background color is #ec508e


#ec508e Border Color

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

This div border color is #ec508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec508e


Comments

No comments written yet.

Please login to write comment.