color codes Logo

#ed569f color codes

#ED569F
(237,86,159)
0 Favorites   0 Comments

Color spaces of #ed569f

RGB 23786159
HSL0.920.810.63
HSV331°64°93°
CMYK 0.000.640.33   0.07
XYZ44.510827.163335.6979
Yxy27.16330.41450.2530
Hunter Lab52.118461.2375-4.1271
CIE-Lab59.125264.4652-8.3823

#ed569f color RGB value is (237,86,159).

#ed569f hex color red value is 237, green value is 86 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ed569f hue: 0.92 , saturation: 0.81 and the lightness value of ed569f is 0.63.

The process color (four color CMYK) of #ed569f color code is 0.00, 0.64, 0.33, 0.07. Web safe color of #ed569f is #ff6699. Color #ed569f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010110 10011111
Octal 355 126 237
Decimal 237 86 159
Hex ED 56 9F

RGB Percentages of Color #ed569f

%49.17
%17.84
%32.99

CMYK Percentages of Color #ed569f

%0
%64
%33
%7

Triadic Colors of #ed569f

#ed569f #9fed56 #569fed

Analogous Colors of #ed569f

#ed569f #ed5956 #ed56eb

Monochromatic Colors of #ed569f

#ed569f

Complementary Color

#ed569f #56eda4

#ed569f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed569f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed569f Color CSS Codes

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

#ed569f Text Font Color

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

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


#ed569f Background Color

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

This div background color is #ed569f


#ed569f Border Color

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

This div border color is #ed569f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed569f


Comments

No comments written yet.

Please login to write comment.