Color Hex Logo

#ed57bf Color Hex

#ED57BF
(237,87,191)
0 Favorites   0 Comments

Color spaces of #ed57bf

RGB 23787191
HSL0.880.810.64
HSV318°63°93°
CMYK 0.000.630.19   0.07
XYZ47.737228.582552.2912
Yxy28.58250.37120.2222
Hunter Lab53.462665.8246-20.5671
CIE-Lab60.411468.0848-24.8783

#ed57bf color RGB value is (237,87,191).

#ed57bf hex color red value is 237, green value is 87 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ed57bf hue: 0.88 , saturation: 0.81 and the lightness value of ed57bf is 0.64.

The process color (four color CMYK) of #ed57bf color hex is 0.00, 0.63, 0.19, 0.07. Web safe color of #ed57bf is #ff66cc. Color #ed57bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010111 10111111
Octal 355 127 277
Decimal 237 87 191
Hex ED 57 BF

RGB Percentages of Color #ed57bf

%46.02
%16.89
%37.09

CMYK Percentages of Color #ed57bf

%0
%63
%19
%7

Triadic Colors of #ed57bf

#ed57bf #bfed57 #57bfed

Analogous Colors of #ed57bf

#ed57bf #ed5774 #d057ed

Monochromatic Colors of #ed57bf

#ed57bf

Complementary Color

#ed57bf #57ed85

#ed57bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed57bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed57bf Color CSS Codes

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

#ed57bf Text Font Color

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

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


#ed57bf Background Color

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

This div background color is #ed57bf


#ed57bf Border Color

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

This div border color is #ed57bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed57bf


Comments

No comments written yet.

Please login to write comment.