Color Hex Logo

#ed081e Color Hex

#ED081E
(237,8,30)
0 Favorites   0 Comments

Color spaces of #ed081e

RGB 237830
HSL0.980.930.48
HSV354°97°93°
CMYK 0.000.970.87   0.07
XYZ35.246218.27192.8974
Yxy18.27190.62480.3239
Hunter Lab42.745672.378525.9031
CIE-Lab49.824275.495553.7802

#ed081e color RGB value is (237,8,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001000 00011110
Octal 355 10 36
Decimal 237 8 30
Hex ED 8 1E

RGB Percentages of Color #ed081e

%86.18
%2.91
%10.91

CMYK Percentages of Color #ed081e

%0
%97
%87
%7

Triadic Colors of #ed081e

#ed081e #1eed08 #081eed

Analogous Colors of #ed081e

#ed081e #ed6508 #ed0891

Monochromatic Colors of #ed081e

#ed081e

Complementary Color

#ed081e #08edd7

#ed081e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed081e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed081e Color CSS Codes

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

#ed081e Text Font Color

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

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


#ed081e Background Color

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

This div background color is #ed081e


#ed081e Border Color

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

This div border color is #ed081e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed081e


Comments

No comments written yet.

Please login to write comment.