Color Hex Logo

#ed257c Color Hex

#ED257C
(237,37,124)
0 Favorites   0 Comments

Color spaces of #ed257c

RGB 23737124
HSL0.930.850.54
HSV334°84°93°
CMYK 0.000.840.48   0.07
XYZ39.224720.782921.0129
Yxy20.78290.48410.2565
Hunter Lab45.588373.80414.5834
CIE-Lab52.711176.08932.8902

#ed257c color RGB value is (237,37,124).

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

The process color (four color CMYK) of #ed257c color hex is 0.00, 0.84, 0.48, 0.07. Web safe color of #ed257c is #ff3366. Color #ed257c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100101 01111100
Octal 355 45 174
Decimal 237 37 124
Hex ED 25 7C

RGB Percentages of Color #ed257c

%59.55
%9.30
%31.16

CMYK Percentages of Color #ed257c

%0
%84
%48
%7

Triadic Colors of #ed257c

#ed257c #7ced25 #257ced

Analogous Colors of #ed257c

#ed257c #ed3225 #ed25e0

Monochromatic Colors of #ed257c

#ed257c

Complementary Color

#ed257c #25ed96

#ed257c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed257c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed257c Color CSS Codes

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

#ed257c Text Font Color

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

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


#ed257c Background Color

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

This div background color is #ed257c


#ed257c Border Color

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

This div border color is #ed257c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed257c


Comments

No comments written yet.

Please login to write comment.