Color Hex Logo

#e8335a Color Hex

#E8335A
(232,51,90)
0 Favorites   0 Comments

Color spaces of #e8335a

RGB 2325190
HSL0.960.800.55
HSV347°78°91°
CMYK 0.000.780.61   0.09
XYZ36.308020.261611.6701
Yxy20.26160.53210.2969
Hunter Lab45.012965.207916.1374
CIE-Lab52.131769.121122.4660

#e8335a color RGB value is (232,51,90).

#e8335a hex color red value is 232, green value is 51 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e8335a hue: 0.96 , saturation: 0.80 and the lightness value of e8335a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110011 01011010
Octal 350 63 132
Decimal 232 51 90
Hex E8 33 5A

RGB Percentages of Color #e8335a

%62.20
%13.67
%24.13

CMYK Percentages of Color #e8335a

%0
%78
%61
%9

Triadic Colors of #e8335a

#e8335a #5ae833 #335ae8

Analogous Colors of #e8335a

#e8335a #e86733 #e833b5

Monochromatic Colors of #e8335a

#e8335a

Complementary Color

#e8335a #33e8c1

#e8335a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8335a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8335a Color CSS Codes

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

#e8335a Text Font Color

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

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


#e8335a Background Color

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

This div background color is #e8335a


#e8335a Border Color

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

This div border color is #e8335a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8335a


Comments

No comments written yet.

Please login to write comment.