Color Hex Logo

#ec87bd Color Hex

#EC87BD
(236,135,189)
0 Favorites   0 Comments

Color spaces of #ec87bd

RGB 236135189
HSL0.910.730.73
HSV328°43°93°
CMYK 0.000.430.20   0.07
XYZ52.441438.834952.8760
Yxy38.83490.36380.2694
Hunter Lab62.317741.1550-6.6847
CIE-Lab68.631545.3017-11.2873

#ec87bd color RGB value is (236,135,189).

#ec87bd hex color red value is 236, green value is 135 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ec87bd hue: 0.91 , saturation: 0.73 and the lightness value of ec87bd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000111 10111101
Octal 354 207 275
Decimal 236 135 189
Hex EC 87 BD

RGB Percentages of Color #ec87bd

%42.14
%24.11
%33.75

CMYK Percentages of Color #ec87bd

%0
%43
%20
%7

Triadic Colors of #ec87bd

#ec87bd #bdec87 #87bdec

Analogous Colors of #ec87bd

#ec87bd #ec878b #e987ec

Monochromatic Colors of #ec87bd

#ec87bd

Complementary Color

#ec87bd #87ecb6

#ec87bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec87bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec87bd Color CSS Codes

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

#ec87bd Text Font Color

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

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


#ec87bd Background Color

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

This div background color is #ec87bd


#ec87bd Border Color

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

This div border color is #ec87bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec87bd


Comments

No comments written yet.

Please login to write comment.