Color Hex Logo

#e8334b Color Hex

#E8334B
(232,51,75)
0 Favorites   0 Comments

Color spaces of #e8334b

RGB 2325175
HSL0.980.800.55
HSV352°78°91°
CMYK 0.000.780.68   0.09
XYZ35.732520.03158.6398
Yxy20.03150.55480.3110
Hunter Lab44.756664.185919.8843
CIE-Lab51.872868.310031.0789

#e8334b color RGB value is (232,51,75).

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

The process color (four color CMYK) of #e8334b color hex is 0.00, 0.78, 0.68, 0.09. Web safe color of #e8334b is #ff3333. Color #e8334b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110011 01001011
Octal 350 63 113
Decimal 232 51 75
Hex E8 33 4B

RGB Percentages of Color #e8334b

%64.80
%14.25
%20.95

CMYK Percentages of Color #e8334b

%0
%78
%68
%9

Triadic Colors of #e8334b

#e8334b #4be833 #334be8

Analogous Colors of #e8334b

#e8334b #e87633 #e833a6

Monochromatic Colors of #e8334b

#e8334b

Complementary Color

#e8334b #33e8d0

#e8334b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8334b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8334b Color CSS Codes

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

#e8334b Text Font Color

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

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


#e8334b Background Color

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

This div background color is #e8334b


#e8334b Border Color

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

This div border color is #e8334b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8334b


Comments

No comments written yet.

Please login to write comment.