Color Hex Logo

#ed082b Color Hex

#ED082B
(237,8,43)
0 Favorites   0 Comments

Color spaces of #ed082b

RGB 237843
HSL0.970.930.48
HSV351°97°93°
CMYK 0.000.970.82   0.07
XYZ35.447918.35263.9596
Yxy18.35260.61370.3177
Hunter Lab42.839972.729924.5079
CIE-Lab49.921075.762347.3955

#ed082b color RGB value is (237,8,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001000 00101011
Octal 355 10 53
Decimal 237 8 43
Hex ED 8 2B

RGB Percentages of Color #ed082b

%82.29
%2.78
%14.93

CMYK Percentages of Color #ed082b

%0
%97
%82
%7

Triadic Colors of #ed082b

#ed082b #2bed08 #082bed

Analogous Colors of #ed082b

#ed082b #ed5808 #ed089e

Monochromatic Colors of #ed082b

#ed082b

Complementary Color

#ed082b #08edca

#ed082b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed082b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed082b Color CSS Codes

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

#ed082b Text Font Color

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

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


#ed082b Background Color

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

This div background color is #ed082b


#ed082b Border Color

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

This div border color is #ed082b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed082b


Comments

No comments written yet.

Please login to write comment.