Color Hex Logo

#e9304b Color Hex

#E9304B
(233,48,75)
0 Favorites   0 Comments

Color spaces of #e9304b

RGB 2334875
HSL0.980.810.55
HSV351°79°91°
CMYK 0.000.790.68   0.09
XYZ35.931219.94558.6127
Yxy19.94550.55720.3093
Hunter Lab44.660465.455319.8283
CIE-Lab51.775569.396931.0012

#e9304b color RGB value is (233,48,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110000 01001011
Octal 351 60 113
Decimal 233 48 75
Hex E9 30 4B

RGB Percentages of Color #e9304b

%65.45
%13.48
%21.07

CMYK Percentages of Color #e9304b

%0
%79
%68
%9

Triadic Colors of #e9304b

#e9304b #4be930 #304be9

Analogous Colors of #e9304b

#e9304b #e97230 #e930a8

Monochromatic Colors of #e9304b

#e9304b

Complementary Color

#e9304b #30e9ce

#e9304b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9304b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9304b Color CSS Codes

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

#e9304b Text Font Color

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

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


#e9304b Background Color

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

This div background color is #e9304b


#e9304b Border Color

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

This div border color is #e9304b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9304b


Comments

No comments written yet.

Please login to write comment.