Color Hex Logo

#ed563d Color Hex

#ED563D
(237,86,61)
0 Favorites   0 Comments

Color spaces of #ed563d

RGB 2378661
HSL0.020.830.58
HSV74°93°
CMYK 0.000.640.74   0.07
XYZ39.095124.99707.1792
Yxy24.99700.54850.3507
Hunter Lab49.997052.083126.4843
CIE-Lab57.072556.879645.1888

#ed563d color RGB value is (237,86,61).

#ed563d hex color red value is 237, green value is 86 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ed563d hue: 0.02 , saturation: 0.83 and the lightness value of ed563d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010110 00111101
Octal 355 126 75
Decimal 237 86 61
Hex ED 56 3D

RGB Percentages of Color #ed563d

%61.72
%22.40
%15.89

CMYK Percentages of Color #ed563d

%0
%64
%74
%7

Triadic Colors of #ed563d

#ed563d #3ded56 #563ded

Analogous Colors of #ed563d

#ed563d #edae3d #ed3d7c

Monochromatic Colors of #ed563d

#ed563d

Complementary Color

#ed563d #3dd4ed

#ed563d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed563d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed563d Color CSS Codes

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

#ed563d Text Font Color

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

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


#ed563d Background Color

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

This div background color is #ed563d


#ed563d Border Color

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

This div border color is #ed563d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed563d


Comments

No comments written yet.

Please login to write comment.