Color Hex Logo

#ed259c Color Hex

#ED259C
(237,37,156)
0 Favorites   0 Comments

Color spaces of #ed259c

RGB 23737156
HSL0.900.850.54
HSV324°84°93°
CMYK 0.000.840.34   0.07
XYZ41.587421.728033.4545
Yxy21.72800.42980.2245
Hunter Lab46.613377.6806-9.9233
CIE-Lab53.737278.9954-14.7202

#ed259c color RGB value is (237,37,156).

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

The process color (four color CMYK) of #ed259c color hex is 0.00, 0.84, 0.34, 0.07. Web safe color of #ed259c is #ff3399. Color #ed259c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100101 10011100
Octal 355 45 234
Decimal 237 37 156
Hex ED 25 9C

RGB Percentages of Color #ed259c

%55.12
%8.60
%36.28

CMYK Percentages of Color #ed259c

%0
%84
%34
%7

Triadic Colors of #ed259c

#ed259c #9ced25 #259ced

Analogous Colors of #ed259c

#ed259c #ed2538 #da25ed

Monochromatic Colors of #ed259c

#ed259c

Complementary Color

#ed259c #25ed76

#ed259c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed259c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed259c Color CSS Codes

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

#ed259c Text Font Color

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

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


#ed259c Background Color

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

This div background color is #ed259c


#ed259c Border Color

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

This div border color is #ed259c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed259c


Comments

No comments written yet.

Please login to write comment.