Color Hex Logo

#e8295b Color Hex

#E8295B
(232,41,91)
0 Favorites   0 Comments

Color spaces of #e8295b

RGB 2324191
HSL0.960.810.54
HSV344°82°91°
CMYK 0.000.820.61   0.09
XYZ35.960019.497011.7655
Yxy19.49700.53490.2900
Hunter Lab44.155468.097815.1106
CIE-Lab51.263771.699820.7112

#e8295b color RGB value is (232,41,91).

#e8295b hex color red value is 232, green value is 41 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e8295b hue: 0.96 , saturation: 0.81 and the lightness value of e8295b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 01011011
Octal 350 51 133
Decimal 232 41 91
Hex E8 29 5B

RGB Percentages of Color #e8295b

%63.74
%11.26
%25.00

CMYK Percentages of Color #e8295b

%0
%82
%61
%9

Triadic Colors of #e8295b

#e8295b #5be829 #295be8

Analogous Colors of #e8295b

#e8295b #e85729 #e829bb

Monochromatic Colors of #e8295b

#e8295b

Complementary Color

#e8295b #29e8b6

#e8295b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8295b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8295b Color CSS Codes

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

#e8295b Text Font Color

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

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


#e8295b Background Color

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

This div background color is #e8295b


#e8295b Border Color

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

This div border color is #e8295b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,41,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8295b


Comments

No comments written yet.

Please login to write comment.