Color Hex Logo

#ec9ebe Color Hex

#EC9EBE
(236,158,190)
0 Favorites   0 Comments

Color spaces of #ec9ebe

RGB 236158190
HSL0.930.670.77
HSV335°33°93°
CMYK 0.000.330.19   0.07
XYZ56.113246.004354.6374
Yxy46.00430.35800.2935
Hunter Lab67.826528.9777-0.2823
CIE-Lab73.548333.4646-4.5366

#ec9ebe color RGB value is (236,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011110 10111110
Octal 354 236 276
Decimal 236 158 190
Hex EC 9E BE

RGB Percentages of Color #ec9ebe

%40.41
%27.05
%32.53

CMYK Percentages of Color #ec9ebe

%0
%33
%19
%7

Triadic Colors of #ec9ebe

#ec9ebe #beec9e #9ebeec

Analogous Colors of #ec9ebe

#ec9ebe #eca59e #ec9ee5

Monochromatic Colors of #ec9ebe

#ec9ebe

Complementary Color

#ec9ebe #9eeccc

#ec9ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9ebe Color CSS Codes

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

#ec9ebe Text Font Color

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

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


#ec9ebe Background Color

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

This div background color is #ec9ebe


#ec9ebe Border Color

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

This div border color is #ec9ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9ebe


Comments

No comments written yet.

Please login to write comment.