Color Hex Logo

#e8475a Color Hex

#E8475A
(232,71,90)
0 Favorites   0 Comments

Color spaces of #e8475a

RGB 2327190
HSL0.980.780.59
HSV353°69°91°
CMYK 0.000.690.61   0.09
XYZ37.377422.400512.0266
Yxy22.40050.52050.3120
Hunter Lab47.329258.141318.0645
CIE-Lab54.449462.658525.5043

#e8475a color RGB value is (232,71,90).

#e8475a hex color red value is 232, green value is 71 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e8475a hue: 0.98 , saturation: 0.78 and the lightness value of e8475a is 0.59.

The process color (four color CMYK) of #e8475a color hex is 0.00, 0.69, 0.61, 0.09. Web safe color of #e8475a is #ff3366. Color #e8475a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000111 01011010
Octal 350 107 132
Decimal 232 71 90
Hex E8 47 5A

RGB Percentages of Color #e8475a

%59.03
%18.07
%22.90

CMYK Percentages of Color #e8475a

%0
%69
%61
%9

Triadic Colors of #e8475a

#e8475a #5ae847 #475ae8

Analogous Colors of #e8475a

#e8475a #e88547 #e847ab

Monochromatic Colors of #e8475a

#e8475a

Complementary Color

#e8475a #47e8d5

#e8475a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8475a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8475a Color CSS Codes

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

#e8475a Text Font Color

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

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


#e8475a Background Color

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

This div background color is #e8475a


#e8475a Border Color

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

This div border color is #e8475a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8475a


Comments

No comments written yet.

Please login to write comment.