Color Hex Logo

#e9334b Color Hex

#E9334B
(233,51,75)
0 Favorites   0 Comments

Color spaces of #e9334b

RGB 2335175
HSL0.980.810.56
HSV352°78°91°
CMYK 0.000.780.68   0.09
XYZ36.058120.19938.6550
Yxy20.19930.55550.3112
Hunter Lab44.943664.558520.0428
CIE-Lab52.061868.588131.3544

#e9334b color RGB value is (233,51,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110011 01001011
Octal 351 63 113
Decimal 233 51 75
Hex E9 33 4B

RGB Percentages of Color #e9334b

%64.90
%14.21
%20.89

CMYK Percentages of Color #e9334b

%0
%78
%68
%9

Triadic Colors of #e9334b

#e9334b #4be933 #334be9

Analogous Colors of #e9334b

#e9334b #e97633 #e933a6

Monochromatic Colors of #e9334b

#e9334b

Complementary Color

#e9334b #33e9d1

#e9334b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9334b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9334b Color CSS Codes

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

#e9334b Text Font Color

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

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


#e9334b Background Color

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

This div background color is #e9334b


#e9334b Border Color

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

This div border color is #e9334b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9334b


Comments

No comments written yet.

Please login to write comment.