Color Hex Logo

#ed458a Color Hex

#ED458A
(237,69,138)
0 Favorites   0 Comments

Color spaces of #ed458a

RGB 23769138
HSL0.930.820.60
HSV335°71°93°
CMYK 0.000.710.42   0.07
XYZ41.640624.095726.5010
Yxy24.09570.45150.2612
Hunter Lab49.087465.51792.3520
CIE-Lab56.183568.6129-0.4174

#ed458a color RGB value is (237,69,138).

#ed458a hex color red value is 237, green value is 69 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ed458a hue: 0.93 , saturation: 0.82 and the lightness value of ed458a is 0.60.

The process color (four color CMYK) of #ed458a color hex is 0.00, 0.71, 0.42, 0.07. Web safe color of #ed458a is #ff3399. Color #ed458a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000101 10001010
Octal 355 105 212
Decimal 237 69 138
Hex ED 45 8A

RGB Percentages of Color #ed458a

%53.38
%15.54
%31.08

CMYK Percentages of Color #ed458a

%0
%71
%42
%7

Triadic Colors of #ed458a

#ed458a #8aed45 #458aed

Analogous Colors of #ed458a

#ed458a #ed5445 #ed45de

Monochromatic Colors of #ed458a

#ed458a

Complementary Color

#ed458a #45eda8

#ed458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed458a Color CSS Codes

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

#ed458a Text Font Color

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

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


#ed458a Background Color

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

This div background color is #ed458a


#ed458a Border Color

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

This div border color is #ed458a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed458a


Comments

No comments written yet.

Please login to write comment.