Color Hex Logo

#ed288f Color Hex

#ED288F
(237,40,143)
0 Favorites   0 Comments

Color spaces of #ed288f

RGB 23740143
HSL0.910.850.54
HSV329°83°93°
CMYK 0.000.830.40   0.07
XYZ40.641821.505327.9955
Yxy21.50530.45090.2386
Hunter Lab46.373875.2824-3.3312
CIE-Lab53.498177.1268-7.3519

#ed288f color RGB value is (237,40,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101000 10001111
Octal 355 50 217
Decimal 237 40 143
Hex ED 28 8F

RGB Percentages of Color #ed288f

%56.43
%9.52
%34.05

CMYK Percentages of Color #ed288f

%0
%83
%40
%7

Triadic Colors of #ed288f

#ed288f #8fed28 #288fed

Analogous Colors of #ed288f

#ed288f #ed282d #e928ed

Monochromatic Colors of #ed288f

#ed288f

Complementary Color

#ed288f #28ed86

#ed288f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed288f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed288f Color CSS Codes

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

#ed288f Text Font Color

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

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


#ed288f Background Color

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

This div background color is #ed288f


#ed288f Border Color

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

This div border color is #ed288f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed288f


Comments

No comments written yet.

Please login to write comment.