Color Hex Logo

#e75c5a Color Hex

#E75C5A
(231,92,90)
0 Favorites   0 Comments

Color spaces of #e75c5a

RGB 2319290
HSL0.000.750.63
HSV61°91°
CMYK 0.000.600.61   0.09
XYZ38.627625.381412.5361
Yxy25.38140.50460.3316
Hunter Lab50.380048.695620.5128
CIE-Lab57.445253.785229.3330

#e75c5a color RGB value is (231,92,90).

#e75c5a hex color red value is 231, green value is 92 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e75c5a hue: 0.00 , saturation: 0.75 and the lightness value of e75c5a is 0.63.

The process color (four color CMYK) of #e75c5a color hex is 0.00, 0.60, 0.61, 0.09. Web safe color of #e75c5a is #ff6666. Color #e75c5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011100 01011010
Octal 347 134 132
Decimal 231 92 90
Hex E7 5C 5A

RGB Percentages of Color #e75c5a

%55.93
%22.28
%21.79

CMYK Percentages of Color #e75c5a

%0
%60
%61
%9

Triadic Colors of #e75c5a

#e75c5a #5ae75c #5c5ae7

Analogous Colors of #e75c5a

#e75c5a #e7a35a #e75a9f

Monochromatic Colors of #e75c5a

#e75c5a

Complementary Color

#e75c5a #5ae5e7

#e75c5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75c5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75c5a Color CSS Codes

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

#e75c5a Text Font Color

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

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


#e75c5a Background Color

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

This div background color is #e75c5a


#e75c5a Border Color

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

This div border color is #e75c5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75c5a


Comments

No comments written yet.

Please login to write comment.