Color Hex Logo

#ec9ebf Color Hex

#EC9EBF
(236,158,191)
0 Favorites   0 Comments

Color spaces of #ec9ebf

RGB 236158191
HSL0.930.670.77
HSV335°33°93°
CMYK 0.000.330.19   0.07
XYZ56.222946.048255.2151
Yxy46.04820.35700.2924
Hunter Lab67.858829.1392-0.7417
CIE-Lab73.576833.6150-5.0457

#ec9ebf color RGB value is (236,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011110 10111111
Octal 354 236 277
Decimal 236 158 191
Hex EC 9E BF

RGB Percentages of Color #ec9ebf

%40.34
%27.01
%32.65

CMYK Percentages of Color #ec9ebf

%0
%33
%19
%7

Triadic Colors of #ec9ebf

#ec9ebf #bfec9e #9ebfec

Analogous Colors of #ec9ebf

#ec9ebf #eca49e #ec9ee6

Monochromatic Colors of #ec9ebf

#ec9ebf

Complementary Color

#ec9ebf #9eeccb

#ec9ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9ebf Color CSS Codes

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

#ec9ebf Text Font Color

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

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


#ec9ebf Background Color

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

This div background color is #ec9ebf


#ec9ebf Border Color

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

This div border color is #ec9ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9ebf


Comments

No comments written yet.

Please login to write comment.