Color Hex Logo

#ed5a62 Color Hex

#ED5A62
(237,90,98)
0 Favorites   0 Comments

Color spaces of #ed5a62

RGB 2379098
HSL0.990.800.64
HSV357°62°93°
CMYK 0.000.620.59   0.07
XYZ40.785826.198714.4625
Yxy26.19870.50080.3217
Hunter Lab51.184752.662119.0766
CIE-Lab58.225257.196025.9296

#ed5a62 color RGB value is (237,90,98).

#ed5a62 hex color red value is 237, green value is 90 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ed5a62 hue: 0.99 , saturation: 0.80 and the lightness value of ed5a62 is 0.64.

The process color (four color CMYK) of #ed5a62 color hex is 0.00, 0.62, 0.59, 0.07. Web safe color of #ed5a62 is #ff6666. Color #ed5a62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011010 01100010
Octal 355 132 142
Decimal 237 90 98
Hex ED 5A 62

RGB Percentages of Color #ed5a62

%55.76
%21.18
%23.06

CMYK Percentages of Color #ed5a62

%0
%62
%59
%7

Triadic Colors of #ed5a62

#ed5a62 #62ed5a #5a62ed

Analogous Colors of #ed5a62

#ed5a62 #ed9c5a #ed5aac

Monochromatic Colors of #ed5a62

#ed5a62

Complementary Color

#ed5a62 #5aede5

#ed5a62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5a62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5a62 Color CSS Codes

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

#ed5a62 Text Font Color

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

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


#ed5a62 Background Color

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

This div background color is #ed5a62


#ed5a62 Border Color

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

This div border color is #ed5a62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5a62


Comments

No comments written yet.

Please login to write comment.