Color Hex Logo

#e9532d Color Hex

#E9532D
(233,83,45)
0 Favorites   0 Comments

Color spaces of #e9532d

RGB 2338345
HSL0.030.810.55
HSV12°81°91°
CMYK 0.000.640.81   0.09
XYZ37.171223.69965.0980
Yxy23.69960.56350.3593
Hunter Lab48.682251.099327.8687
CIE-Lab55.785856.223451.6838

#e9532d color RGB value is (233,83,45).

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

The process color (four color CMYK) of #e9532d color hex is 0.00, 0.64, 0.81, 0.09. Web safe color of #e9532d is #ff6633. Color #e9532d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010011 00101101
Octal 351 123 55
Decimal 233 83 45
Hex E9 53 2D

RGB Percentages of Color #e9532d

%64.54
%22.99
%12.47

CMYK Percentages of Color #e9532d

%0
%64
%81
%9

Triadic Colors of #e9532d

#e9532d #2de953 #532de9

Analogous Colors of #e9532d

#e9532d #e9b12d #e92d65

Monochromatic Colors of #e9532d

#e9532d

Complementary Color

#e9532d #2dc3e9

#e9532d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9532d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9532d Color CSS Codes

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

#e9532d Text Font Color

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

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


#e9532d Background Color

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

This div background color is #e9532d


#e9532d Border Color

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

This div border color is #e9532d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,83,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9532d


Comments

No comments written yet.

Please login to write comment.