Color Hex Logo

#ed879f Color Hex

#ED879F
(237,135,159)
0 Favorites   0 Comments

Color spaces of #ed879f

RGB 237135159
HSL0.960.740.73
HSV346°43°93°
CMYK 0.000.430.33   0.07
XYZ49.847037.835737.4767
Yxy37.83570.39830.3023
Hunter Lab61.510737.00896.9338
CIE-Lab67.899341.58014.4920

#ed879f color RGB value is (237,135,159).

#ed879f hex color red value is 237, green value is 135 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ed879f hue: 0.96 , saturation: 0.74 and the lightness value of ed879f is 0.73.

The process color (four color CMYK) of #ed879f color hex is 0.00, 0.43, 0.33, 0.07. Web safe color of #ed879f is #ff9999. Color #ed879f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000111 10011111
Octal 355 207 237
Decimal 237 135 159
Hex ED 87 9F

RGB Percentages of Color #ed879f

%44.63
%25.42
%29.94

CMYK Percentages of Color #ed879f

%0
%43
%33
%7

Triadic Colors of #ed879f

#ed879f #9fed87 #879fed

Analogous Colors of #ed879f

#ed879f #eda287 #ed87d2

Monochromatic Colors of #ed879f

#ed879f

Complementary Color

#ed879f #87edd5

#ed879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed879f Color CSS Codes

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

#ed879f Text Font Color

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

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


#ed879f Background Color

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

This div background color is #ed879f


#ed879f Border Color

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

This div border color is #ed879f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,135,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 #ed879f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed879f


Comments

No comments written yet.

Please login to write comment.