Color Hex Logo

#eb575c Color Hex

#EB575C
(235,87,92)
0 Favorites   0 Comments

Color spaces of #eb575c

RGB 2358792
HSL0.990.790.63
HSV358°63°92°
CMYK 0.000.630.61   0.08
XYZ39.600925.251312.9120
Yxy25.25130.50920.3247
Hunter Lab50.250752.731319.9408
CIE-Lab57.319557.411928.1534

#eb575c color RGB value is (235,87,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010111 01011100
Octal 353 127 134
Decimal 235 87 92
Hex EB 57 5C

RGB Percentages of Color #eb575c

%56.76
%21.01
%22.22

CMYK Percentages of Color #eb575c

%0
%63
%61
%8

Triadic Colors of #eb575c

#eb575c #5ceb57 #575ceb

Analogous Colors of #eb575c

#eb575c #eb9c57 #eb57a6

Monochromatic Colors of #eb575c

#eb575c

Complementary Color

#eb575c #57ebe6

#eb575c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb575c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb575c Color CSS Codes

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

#eb575c Text Font Color

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

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


#eb575c Background Color

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

This div background color is #eb575c


#eb575c Border Color

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

This div border color is #eb575c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb575c


Comments

No comments written yet.

Please login to write comment.