Color Hex Logo

#ed532e Color Hex

#ED532E
(237,83,46)
0 Favorites   0 Comments

Color spaces of #ed532e

RGB 2378346
HSL0.030.840.55
HSV12°81°93°
CMYK 0.000.650.81   0.07
XYZ38.511524.38835.2624
Yxy24.38830.56500.3578
Hunter Lab49.384552.776728.2512
CIE-Lab56.474557.597752.1046

#ed532e color RGB value is (237,83,46).

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

The process color (four color CMYK) of #ed532e color hex is 0.00, 0.65, 0.81, 0.07. Web safe color of #ed532e is #ff6633. Color #ed532e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010011 00101110
Octal 355 123 56
Decimal 237 83 46
Hex ED 53 2E

RGB Percentages of Color #ed532e

%64.75
%22.68
%12.57

CMYK Percentages of Color #ed532e

%0
%65
%81
%7

Triadic Colors of #ed532e

#ed532e #2eed53 #532eed

Analogous Colors of #ed532e

#ed532e #edb32e #ed2e69

Monochromatic Colors of #ed532e

#ed532e

Complementary Color

#ed532e #2ec8ed

#ed532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed532e Color CSS Codes

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

#ed532e Text Font Color

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

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


#ed532e Background Color

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

This div background color is #ed532e


#ed532e Border Color

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

This div border color is #ed532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed532e


Comments

No comments written yet.

Please login to write comment.