Color Hex Logo

#ed408e Color Hex

#ED408E
(237,64,142)
0 Favorites   0 Comments

Color spaces of #ed408e

RGB 23764142
HSL0.920.830.59
HSV333°73°93°
CMYK 0.000.730.40   0.07
XYZ41.640923.624327.9564
Yxy23.62430.44670.2534
Hunter Lab48.604867.8667-0.0789
CIE-Lab55.709770.6562-3.4797

#ed408e color RGB value is (237,64,142).

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

The process color (four color CMYK) of #ed408e color hex is 0.00, 0.73, 0.40, 0.07. Web safe color of #ed408e is #ff3399. Color #ed408e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000000 10001110
Octal 355 100 216
Decimal 237 64 142
Hex ED 40 8E

RGB Percentages of Color #ed408e

%53.50
%14.45
%32.05

CMYK Percentages of Color #ed408e

%0
%73
%40
%7

Triadic Colors of #ed408e

#ed408e #8eed40 #408eed

Analogous Colors of #ed408e

#ed408e #ed4940 #ed40e5

Monochromatic Colors of #ed408e

#ed408e

Complementary Color

#ed408e #40ed9f

#ed408e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed408e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed408e Color CSS Codes

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

#ed408e Text Font Color

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

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


#ed408e Background Color

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

This div background color is #ed408e


#ed408e Border Color

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

This div border color is #ed408e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed408e


Comments

No comments written yet.

Please login to write comment.