Color Hex Logo

#ed053a Color Hex

#ED053A
(237,5,58)
0 Favorites   0 Comments

Color spaces of #ed053a

RGB 237558
HSL0.960.960.47
HSV346°98°93°
CMYK 0.000.980.76   0.07
XYZ35.743018.41865.6743
Yxy18.41860.59740.3078
Hunter Lab42.916973.557822.2027
CIE-Lab49.999976.418039.0884

#ed053a color RGB value is (237,5,58).

#ed053a hex color red value is 237, green value is 5 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ed053a hue: 0.96 , saturation: 0.96 and the lightness value of ed053a is 0.47.

The process color (four color CMYK) of #ed053a color hex is 0.00, 0.98, 0.76, 0.07. Web safe color of #ed053a is #ff0033. Color #ed053a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000101 00111010
Octal 355 5 72
Decimal 237 5 58
Hex ED 5 3A

RGB Percentages of Color #ed053a

%79.00
%1.67
%19.33

CMYK Percentages of Color #ed053a

%0
%98
%76
%7

Triadic Colors of #ed053a

#ed053a #3aed05 #053aed

Analogous Colors of #ed053a

#ed053a #ed4405 #ed05ae

Monochromatic Colors of #ed053a

#ed053a

Complementary Color

#ed053a #05edb8

#ed053a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed053a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed053a Color CSS Codes

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

#ed053a Text Font Color

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

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


#ed053a Background Color

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

This div background color is #ed053a


#ed053a Border Color

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

This div border color is #ed053a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed053a


Comments

No comments written yet.

Please login to write comment.