Color Hex Logo

#eb505c Color Hex

#EB505C
(235,80,92)
0 Favorites   0 Comments

Color spaces of #eb505c

RGB 2358092
HSL0.990.790.62
HSV355°66°92°
CMYK 0.000.660.61   0.08
XYZ39.061424.172212.7322
Yxy24.17220.51420.3182
Hunter Lab49.165255.777719.0615
CIE-Lab56.259860.275826.7846

#eb505c color RGB value is (235,80,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010000 01011100
Octal 353 120 134
Decimal 235 80 92
Hex EB 50 5C

RGB Percentages of Color #eb505c

%57.74
%19.66
%22.60

CMYK Percentages of Color #eb505c

%0
%66
%61
%8

Triadic Colors of #eb505c

#eb505c #5ceb50 #505ceb

Analogous Colors of #eb505c

#eb505c #eb9250 #eb50aa

Monochromatic Colors of #eb505c

#eb505c

Complementary Color

#eb505c #50ebdf

#eb505c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb505c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb505c Color CSS Codes

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

#eb505c Text Font Color

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

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


#eb505c Background Color

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

This div background color is #eb505c


#eb505c Border Color

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

This div border color is #eb505c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb505c


Comments

No comments written yet.

Please login to write comment.