Color Hex Logo

#ed287d Color Hex

#ED287D
(237,40,125)
0 Favorites   0 Comments

Color spaces of #ed287d

RGB 23740125
HSL0.930.850.54
HSV334°83°93°
CMYK 0.000.830.47   0.07
XYZ39.385521.002821.3801
Yxy21.00280.48170.2569
Hunter Lab45.828873.20334.4201
CIE-Lab52.952675.55642.6372

#ed287d color RGB value is (237,40,125).

#ed287d hex color red value is 237, green value is 40 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ed287d hue: 0.93 , saturation: 0.85 and the lightness value of ed287d is 0.54.

The process color (four color CMYK) of #ed287d color hex is 0.00, 0.83, 0.47, 0.07. Web safe color of #ed287d is #ff3366. Color #ed287d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101000 01111101
Octal 355 50 175
Decimal 237 40 125
Hex ED 28 7D

RGB Percentages of Color #ed287d

%58.96
%9.95
%31.09

CMYK Percentages of Color #ed287d

%0
%83
%47
%7

Triadic Colors of #ed287d

#ed287d #7ded28 #287ded

Analogous Colors of #ed287d

#ed287d #ed3628 #ed28e0

Monochromatic Colors of #ed287d

#ed287d

Complementary Color

#ed287d #28ed98

#ed287d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed287d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed287d Color CSS Codes

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

#ed287d Text Font Color

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

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


#ed287d Background Color

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

This div background color is #ed287d


#ed287d Border Color

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

This div border color is #ed287d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed287d


Comments

No comments written yet.

Please login to write comment.