Color Hex Logo

#ed512e Color Hex

#ED512E
(237,81,46)
0 Favorites   0 Comments

Color spaces of #ed512e

RGB 2378146
HSL0.030.840.55
HSV11°81°93°
CMYK 0.000.660.81   0.07
XYZ38.360624.08665.2121
Yxy24.08660.56700.3560
Hunter Lab49.078153.633128.0581
CIE-Lab56.174458.407351.8201

#ed512e color RGB value is (237,81,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010001 00101110
Octal 355 121 56
Decimal 237 81 46
Hex ED 51 2E

RGB Percentages of Color #ed512e

%65.11
%22.25
%12.64

CMYK Percentages of Color #ed512e

%0
%66
%81
%7

Triadic Colors of #ed512e

#ed512e #2eed51 #512eed

Analogous Colors of #ed512e

#ed512e #edb12e #ed2e6b

Monochromatic Colors of #ed512e

#ed512e

Complementary Color

#ed512e #2ecaed

#ed512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed512e Color CSS Codes

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

#ed512e Text Font Color

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

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


#ed512e Background Color

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

This div background color is #ed512e


#ed512e Border Color

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

This div border color is #ed512e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed512e


Comments

No comments written yet.

Please login to write comment.