Color Hex Logo

#ec8cbe Color Hex

#EC8CBE
(236,140,190)
0 Favorites   0 Comments

Color spaces of #ec8cbe

RGB 236140190
HSL0.910.720.74
HSV329°41°93°
CMYK 0.000.410.19   0.07
XYZ53.264440.306753.6878
Yxy40.30670.36170.2737
Hunter Lab63.487638.6536-5.6969
CIE-Lab69.687442.8845-10.2672

#ec8cbe color RGB value is (236,140,190).

#ec8cbe hex color red value is 236, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ec8cbe hue: 0.91 , saturation: 0.72 and the lightness value of ec8cbe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001100 10111110
Octal 354 214 276
Decimal 236 140 190
Hex EC 8C BE

RGB Percentages of Color #ec8cbe

%41.70
%24.73
%33.57

CMYK Percentages of Color #ec8cbe

%0
%41
%19
%7

Triadic Colors of #ec8cbe

#ec8cbe #beec8c #8cbeec

Analogous Colors of #ec8cbe

#ec8cbe #ec8c8e #ea8cec

Monochromatic Colors of #ec8cbe

#ec8cbe

Complementary Color

#ec8cbe #8cecba

#ec8cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8cbe Color CSS Codes

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

#ec8cbe Text Font Color

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

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


#ec8cbe Background Color

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

This div background color is #ec8cbe


#ec8cbe Border Color

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

This div border color is #ec8cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8cbe


Comments

No comments written yet.

Please login to write comment.