Color Hex Logo

#ed87cc Color Hex

#ED87CC
(237,135,204)
0 Favorites   0 Comments

Color spaces of #ed87cc

RGB 237135204
HSL0.890.740.73
HSV319°43°93°
CMYK 0.000.430.14   0.07
XYZ54.488139.692161.9162
Yxy39.69210.34910.2543
Hunter Lab63.001744.1259-14.1673
CIE-Lab69.249747.9043-18.7136

#ed87cc color RGB value is (237,135,204).

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

The process color (four color CMYK) of #ed87cc color hex is 0.00, 0.43, 0.14, 0.07. Web safe color of #ed87cc is #ff99cc. Color #ed87cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000111 11001100
Octal 355 207 314
Decimal 237 135 204
Hex ED 87 CC

RGB Percentages of Color #ed87cc

%41.15
%23.44
%35.42

CMYK Percentages of Color #ed87cc

%0
%43
%14
%7

Triadic Colors of #ed87cc

#ed87cc #cced87 #87cced

Analogous Colors of #ed87cc

#ed87cc #ed8799 #db87ed

Monochromatic Colors of #ed87cc

#ed87cc

Complementary Color

#ed87cc #87eda8

#ed87cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed87cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed87cc Color CSS Codes

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

#ed87cc Text Font Color

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

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


#ed87cc Background Color

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

This div background color is #ed87cc


#ed87cc Border Color

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

This div border color is #ed87cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed87cc


Comments

No comments written yet.

Please login to write comment.