Color Hex Logo

#ed568f Color Hex

#ED568F
(237,86,143)
0 Favorites   0 Comments

Color spaces of #ed568f

RGB 23786143
HSL0.940.810.63
HSV337°64°93°
CMYK 0.000.640.40   0.07
XYZ43.210826.643328.8518
Yxy26.64330.43780.2699
Hunter Lab51.617159.09962.9914
CIE-Lab58.642762.72730.2344

#ed568f color RGB value is (237,86,143).

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

The process color (four color CMYK) of #ed568f color hex is 0.00, 0.64, 0.40, 0.07. Web safe color of #ed568f is #ff6699. Color #ed568f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010110 10001111
Octal 355 126 217
Decimal 237 86 143
Hex ED 56 8F

RGB Percentages of Color #ed568f

%50.86
%18.45
%30.69

CMYK Percentages of Color #ed568f

%0
%64
%40
%7

Triadic Colors of #ed568f

#ed568f #8fed56 #568fed

Analogous Colors of #ed568f

#ed568f #ed6956 #ed56db

Monochromatic Colors of #ed568f

#ed568f

Complementary Color

#ed568f #56edb4

#ed568f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed568f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed568f Color CSS Codes

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

#ed568f Text Font Color

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

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


#ed568f Background Color

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

This div background color is #ed568f


#ed568f Border Color

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

This div border color is #ed568f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed568f


Comments

No comments written yet.

Please login to write comment.