Color Hex Logo

#ed083e Color Hex

#ED083E
(237,8,62)
0 Favorites   0 Comments

Color spaces of #ed083e

RGB 237862
HSL0.960.930.48
HSV346°97°93°
CMYK 0.000.970.74   0.07
XYZ35.881418.52606.2421
Yxy18.52600.59160.3055
Hunter Lab43.041873.481521.5308
CIE-Lab50.128076.331436.8961

#ed083e color RGB value is (237,8,62).

#ed083e hex color red value is 237, green value is 8 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ed083e hue: 0.96 , saturation: 0.93 and the lightness value of ed083e is 0.48.

The process color (four color CMYK) of #ed083e color hex is 0.00, 0.97, 0.74, 0.07. Web safe color of #ed083e is #ff0033. Color #ed083e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001000 00111110
Octal 355 10 76
Decimal 237 8 62
Hex ED 8 3E

RGB Percentages of Color #ed083e

%77.20
%2.61
%20.20

CMYK Percentages of Color #ed083e

%0
%97
%74
%7

Triadic Colors of #ed083e

#ed083e #3eed08 #083eed

Analogous Colors of #ed083e

#ed083e #ed4508 #ed08b1

Monochromatic Colors of #ed083e

#ed083e

Complementary Color

#ed083e #08edb7

#ed083e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed083e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed083e Color CSS Codes

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

#ed083e Text Font Color

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

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


#ed083e Background Color

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

This div background color is #ed083e


#ed083e Border Color

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

This div border color is #ed083e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed083e


Comments

No comments written yet.

Please login to write comment.