Color Hex Logo

#ed405d Color Hex

#ED405D
(237,64,93)
0 Favorites   0 Comments

Color spaces of #ed405d

RGB 2376493
HSL0.970.830.59
HSV350°73°93°
CMYK 0.000.730.61   0.07
XYZ38.734222.461612.6499
Yxy22.46160.52450.3042
Hunter Lab47.393762.946717.3504
CIE-Lab54.513466.762623.9847

#ed405d color RGB value is (237,64,93).

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

The process color (four color CMYK) of #ed405d color hex is 0.00, 0.73, 0.61, 0.07. Web safe color of #ed405d is #ff3366. Color #ed405d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000000 01011101
Octal 355 100 135
Decimal 237 64 93
Hex ED 40 5D

RGB Percentages of Color #ed405d

%60.15
%16.24
%23.60

CMYK Percentages of Color #ed405d

%0
%73
%61
%7

Triadic Colors of #ed405d

#ed405d #5ded40 #405ded

Analogous Colors of #ed405d

#ed405d #ed7a40 #ed40b4

Monochromatic Colors of #ed405d

#ed405d

Complementary Color

#ed405d #40edd0

#ed405d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed405d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed405d Color CSS Codes

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

#ed405d Text Font Color

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

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


#ed405d Background Color

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

This div background color is #ed405d


#ed405d Border Color

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

This div border color is #ed405d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed405d


Comments

No comments written yet.

Please login to write comment.