Color Hex Logo

#ec9fbf Color Hex

#EC9FBF
(236,159,191)
0 Favorites   0 Comments

Color spaces of #ec9fbf

RGB 236159191
HSL0.930.670.77
HSV335°33°93°
CMYK 0.000.330.19   0.07
XYZ56.394246.390755.2722
Yxy46.39070.35680.2935
Hunter Lab68.110728.6004-0.4366
CIE-Lab73.798333.0859-4.7187

#ec9fbf color RGB value is (236,159,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011111 10111111
Octal 354 237 277
Decimal 236 159 191
Hex EC 9F BF

RGB Percentages of Color #ec9fbf

%40.27
%27.13
%32.59

CMYK Percentages of Color #ec9fbf

%0
%33
%19
%7

Triadic Colors of #ec9fbf

#ec9fbf #bfec9f #9fbfec

Analogous Colors of #ec9fbf

#ec9fbf #eca69f #ec9fe6

Monochromatic Colors of #ec9fbf

#ec9fbf

Complementary Color

#ec9fbf #9feccc

#ec9fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9fbf Color CSS Codes

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

#ec9fbf Text Font Color

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

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


#ec9fbf Background Color

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

This div background color is #ec9fbf


#ec9fbf Border Color

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

This div border color is #ec9fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9fbf


Comments

No comments written yet.

Please login to write comment.