Color Hex Logo

#ec9cbe Color Hex

#EC9CBE
(236,156,190)
0 Favorites   0 Comments

Color spaces of #ec9cbe

RGB 236156190
HSL0.930.680.77
HSV335°34°93°
CMYK 0.000.340.19   0.07
XYZ55.774845.327554.5246
Yxy45.32750.35840.2913
Hunter Lab67.325730.0552-0.8888
CIE-Lab73.107034.5219-5.1880

#ec9cbe color RGB value is (236,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011100 10111110
Octal 354 234 276
Decimal 236 156 190
Hex EC 9C BE

RGB Percentages of Color #ec9cbe

%40.55
%26.80
%32.65

CMYK Percentages of Color #ec9cbe

%0
%34
%19
%7

Triadic Colors of #ec9cbe

#ec9cbe #beec9c #9cbeec

Analogous Colors of #ec9cbe

#ec9cbe #eca29c #ec9ce6

Monochromatic Colors of #ec9cbe

#ec9cbe

Complementary Color

#ec9cbe #9cecca

#ec9cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9cbe Color CSS Codes

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

#ec9cbe Text Font Color

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

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


#ec9cbe Background Color

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

This div background color is #ec9cbe


#ec9cbe Border Color

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

This div border color is #ec9cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9cbe


Comments

No comments written yet.

Please login to write comment.