Color Hex Logo

#ec505b Color Hex

#EC505B
(236,80,91)
0 Favorites   0 Comments

Color spaces of #ec505b

RGB 2368091
HSL0.990.800.62
HSV356°66°93°
CMYK 0.000.660.61   0.07
XYZ39.349124.325512.5189
Yxy24.32550.51640.3193
Hunter Lab49.320956.099019.4753
CIE-Lab56.412260.529227.5966

#ec505b color RGB value is (236,80,91).

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

The process color (four color CMYK) of #ec505b color hex is 0.00, 0.66, 0.61, 0.07. Web safe color of #ec505b is #ff6666. Color #ec505b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010000 01011011
Octal 354 120 133
Decimal 236 80 91
Hex EC 50 5B

RGB Percentages of Color #ec505b

%57.99
%19.66
%22.36

CMYK Percentages of Color #ec505b

%0
%66
%61
%7

Triadic Colors of #ec505b

#ec505b #5bec50 #505bec

Analogous Colors of #ec505b

#ec505b #ec9350 #ec50a9

Monochromatic Colors of #ec505b

#ec505b

Complementary Color

#ec505b #50ece1

#ec505b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec505b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec505b Color CSS Codes

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

#ec505b Text Font Color

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

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


#ec505b Background Color

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

This div background color is #ec505b


#ec505b Border Color

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

This div border color is #ec505b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec505b


Comments

No comments written yet.

Please login to write comment.