Color Hex Logo

#ec9fbc Color Hex

#EC9FBC
(236,159,188)
0 Favorites   0 Comments

Color spaces of #ec9fbc

RGB 236159188
HSL0.940.670.77
HSV337°33°93°
CMYK 0.000.330.20   0.07
XYZ56.067346.260053.5510
Yxy46.26000.35970.2968
Hunter Lab68.014728.11910.9286
CIE-Lab73.713932.6364-3.1907

#ec9fbc color RGB value is (236,159,188).

#ec9fbc hex color red value is 236, green value is 159 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ec9fbc hue: 0.94 , saturation: 0.67 and the lightness value of ec9fbc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011111 10111100
Octal 354 237 274
Decimal 236 159 188
Hex EC 9F BC

RGB Percentages of Color #ec9fbc

%40.48
%27.27
%32.25

CMYK Percentages of Color #ec9fbc

%0
%33
%20
%7

Triadic Colors of #ec9fbc

#ec9fbc #bcec9f #9fbcec

Analogous Colors of #ec9fbc

#ec9fbc #eca99f #ec9fe3

Monochromatic Colors of #ec9fbc

#ec9fbc

Complementary Color

#ec9fbc #9feccf

#ec9fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9fbc Color CSS Codes

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

#ec9fbc Text Font Color

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

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


#ec9fbc Background Color

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

This div background color is #ec9fbc


#ec9fbc Border Color

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

This div border color is #ec9fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9fbc


Comments

No comments written yet.

Please login to write comment.