Color Hex Logo

#ed071e Color Hex

#ED071E
(237,7,30)
0 Favorites   0 Comments

Color spaces of #ed071e

RGB 237730
HSL0.980.940.48
HSV354°97°93°
CMYK 0.000.970.87   0.07
XYZ35.235418.25022.8938
Yxy18.25020.62500.3237
Hunter Lab42.720372.465325.8880
CIE-Lab49.798275.571153.7600

#ed071e color RGB value is (237,7,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000111 00011110
Octal 355 7 36
Decimal 237 7 30
Hex ED 7 1E

RGB Percentages of Color #ed071e

%86.50
%2.55
%10.95

CMYK Percentages of Color #ed071e

%0
%97
%87
%7

Triadic Colors of #ed071e

#ed071e #1eed07 #071eed

Analogous Colors of #ed071e

#ed071e #ed6307 #ed0791

Monochromatic Colors of #ed071e

#ed071e

Complementary Color

#ed071e #07edd6

#ed071e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed071e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed071e Color CSS Codes

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

#ed071e Text Font Color

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

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


#ed071e Background Color

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

This div background color is #ed071e


#ed071e Border Color

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

This div border color is #ed071e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed071e


Comments

No comments written yet.

Please login to write comment.