Color Hex Logo

#ed425a Color Hex

#ED425A
(237,66,90)
0 Favorites   0 Comments

Color spaces of #ed425a

RGB 2376690
HSL0.980.830.59
HSV352°72°93°
CMYK 0.000.720.62   0.07
XYZ38.718722.639112.0019
Yxy22.63910.52780.3086
Hunter Lab47.580661.988518.3509
CIE-Lab54.698665.914625.9998

#ed425a color RGB value is (237,66,90).

#ed425a hex color red value is 237, green value is 66 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ed425a hue: 0.98 , saturation: 0.83 and the lightness value of ed425a is 0.59.

The process color (four color CMYK) of #ed425a color hex is 0.00, 0.72, 0.62, 0.07. Web safe color of #ed425a is #ff3366. Color #ed425a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000010 01011010
Octal 355 102 132
Decimal 237 66 90
Hex ED 42 5A

RGB Percentages of Color #ed425a

%60.31
%16.79
%22.90

CMYK Percentages of Color #ed425a

%0
%72
%62
%7

Triadic Colors of #ed425a

#ed425a #5aed42 #425aed

Analogous Colors of #ed425a

#ed425a #ed8042 #ed42b0

Monochromatic Colors of #ed425a

#ed425a

Complementary Color

#ed425a #42edd5

#ed425a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed425a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed425a Color CSS Codes

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

#ed425a Text Font Color

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

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


#ed425a Background Color

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

This div background color is #ed425a


#ed425a Border Color

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

This div border color is #ed425a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed425a


Comments

No comments written yet.

Please login to write comment.