Color Hex Logo

#e9484b Color Hex

#E9484B
(233,72,75)
0 Favorites   0 Comments

Color spaces of #e9484b

RGB 2337275
HSL1.000.790.60
HSV359°69°91°
CMYK 0.000.690.68   0.09
XYZ37.191622.46649.0328
Yxy22.46640.54140.3271
Hunter Lab47.398757.112921.8802
CIE-Lab54.518461.753034.3565

#e9484b color RGB value is (233,72,75).

#e9484b hex color red value is 233, green value is 72 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e9484b hue: 1.00 , saturation: 0.79 and the lightness value of e9484b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001000 01001011
Octal 351 110 113
Decimal 233 72 75
Hex E9 48 4B

RGB Percentages of Color #e9484b

%61.32
%18.95
%19.74

CMYK Percentages of Color #e9484b

%0
%69
%68
%9

Triadic Colors of #e9484b

#e9484b #4be948 #484be9

Analogous Colors of #e9484b

#e9484b #e99648 #e9489c

Monochromatic Colors of #e9484b

#e9484b

Complementary Color

#e9484b #48e9e6

#e9484b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9484b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9484b Color CSS Codes

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

#e9484b Text Font Color

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

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


#e9484b Background Color

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

This div background color is #e9484b


#e9484b Border Color

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

This div border color is #e9484b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9484b


Comments

No comments written yet.

Please login to write comment.