Color Hex Logo

#ed562b Color Hex

#ED562B
(237,86,43)
0 Favorites   0 Comments

Color spaces of #ed562b

RGB 2378643
HSL0.040.840.55
HSV13°82°93°
CMYK 0.000.640.82   0.07
XYZ38.688924.83455.0399
Yxy24.83450.56430.3622
Hunter Lab49.834251.368928.8878
CIE-Lab56.913856.271353.9036

#ed562b color RGB value is (237,86,43).

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

The process color (four color CMYK) of #ed562b color hex is 0.00, 0.64, 0.82, 0.07. Web safe color of #ed562b is #ff6633. Color #ed562b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010110 00101011
Octal 355 126 53
Decimal 237 86 43
Hex ED 56 2B

RGB Percentages of Color #ed562b

%64.75
%23.50
%11.75

CMYK Percentages of Color #ed562b

%0
%64
%82
%7

Triadic Colors of #ed562b

#ed562b #2bed56 #562bed

Analogous Colors of #ed562b

#ed562b #edb72b #ed2b61

Monochromatic Colors of #ed562b

#ed562b

Complementary Color

#ed562b #2bc2ed

#ed562b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed562b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed562b Color CSS Codes

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

#ed562b Text Font Color

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

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


#ed562b Background Color

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

This div background color is #ed562b


#ed562b Border Color

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

This div border color is #ed562b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed562b


Comments

No comments written yet.

Please login to write comment.