Color Hex Logo

#e8475c Color Hex

#E8475C
(232,71,92)
0 Favorites   0 Comments

Color spaces of #e8475c

RGB 2327192
HSL0.980.780.59
HSV352°69°91°
CMYK 0.000.690.60   0.09
XYZ37.463722.435012.4810
Yxy22.43500.51760.3100
Hunter Lab47.365658.294317.5328
CIE-Lab54.485562.784424.3730

#e8475c color RGB value is (232,71,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000111 01011100
Octal 350 107 134
Decimal 232 71 92
Hex E8 47 5C

RGB Percentages of Color #e8475c

%58.73
%17.97
%23.29

CMYK Percentages of Color #e8475c

%0
%69
%60
%9

Triadic Colors of #e8475c

#e8475c #5ce847 #475ce8

Analogous Colors of #e8475c

#e8475c #e88347 #e847ad

Monochromatic Colors of #e8475c

#e8475c

Complementary Color

#e8475c #47e8d3

#e8475c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8475c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8475c Color CSS Codes

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

#e8475c Text Font Color

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

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


#e8475c Background Color

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

This div background color is #e8475c


#e8475c Border Color

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

This div border color is #e8475c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8475c


Comments

No comments written yet.

Please login to write comment.