Color Hex Logo

#ed257f Color Hex

#ED257F
(237,37,127)
0 Favorites   0 Comments

Color spaces of #ed257f

RGB 23737127
HSL0.930.850.54
HSV333°84°93°
CMYK 0.000.840.46   0.07
XYZ39.417420.860022.0275
Yxy20.86000.47890.2534
Hunter Lab45.672774.12533.3760
CIE-Lab52.795976.33221.2055

#ed257f color RGB value is (237,37,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100101 01111111
Octal 355 45 177
Decimal 237 37 127
Hex ED 25 7F

RGB Percentages of Color #ed257f

%59.10
%9.23
%31.67

CMYK Percentages of Color #ed257f

%0
%84
%46
%7

Triadic Colors of #ed257f

#ed257f #7fed25 #257fed

Analogous Colors of #ed257f

#ed257f #ed2f25 #ed25e3

Monochromatic Colors of #ed257f

#ed257f

Complementary Color

#ed257f #25ed93

#ed257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed257f Color CSS Codes

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

#ed257f Text Font Color

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

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


#ed257f Background Color

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

This div background color is #ed257f


#ed257f Border Color

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

This div border color is #ed257f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed257f


Comments

No comments written yet.

Please login to write comment.