Color Hex Logo

#ed053e Color Hex

#ED053E
(237,5,62)
0 Favorites   0 Comments

Color spaces of #ed053e

RGB 237562
HSL0.960.960.47
HSV345°98°93°
CMYK 0.000.980.74   0.07
XYZ35.848818.46096.2313
Yxy18.46090.59210.3049
Hunter Lab42.966173.740721.4776
CIE-Lab50.050476.556236.8069

#ed053e color RGB value is (237,5,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000101 00111110
Octal 355 5 76
Decimal 237 5 62
Hex ED 5 3E

RGB Percentages of Color #ed053e

%77.96
%1.64
%20.39

CMYK Percentages of Color #ed053e

%0
%98
%74
%7

Triadic Colors of #ed053e

#ed053e #3eed05 #053eed

Analogous Colors of #ed053e

#ed053e #ed4005 #ed05b2

Monochromatic Colors of #ed053e

#ed053e

Complementary Color

#ed053e #05edb4

#ed053e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed053e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed053e Color CSS Codes

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

#ed053e Text Font Color

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

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


#ed053e Background Color

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

This div background color is #ed053e


#ed053e Border Color

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

This div border color is #ed053e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed053e


Comments

No comments written yet.

Please login to write comment.