Color Hex Logo

#ec8bbe Color Hex

#EC8BBE
(236,139,190)
0 Favorites   0 Comments

Color spaces of #ec8bbe

RGB 236139190
HSL0.910.720.74
HSV328°41°93°
CMYK 0.000.410.19   0.07
XYZ53.119040.015853.6393
Yxy40.01580.36190.2726
Hunter Lab63.258039.1883-5.9940
CIE-Lab69.480843.3997-10.5759

#ec8bbe color RGB value is (236,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001011 10111110
Octal 354 213 276
Decimal 236 139 190
Hex EC 8B BE

RGB Percentages of Color #ec8bbe

%41.77
%24.60
%33.63

CMYK Percentages of Color #ec8bbe

%0
%41
%19
%7

Triadic Colors of #ec8bbe

#ec8bbe #beec8b #8bbeec

Analogous Colors of #ec8bbe

#ec8bbe #ec8b8e #ea8bec

Monochromatic Colors of #ec8bbe

#ec8bbe

Complementary Color

#ec8bbe #8becb9

#ec8bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8bbe Color CSS Codes

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

#ec8bbe Text Font Color

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

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


#ec8bbe Background Color

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

This div background color is #ec8bbe


#ec8bbe Border Color

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

This div border color is #ec8bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8bbe


Comments

No comments written yet.

Please login to write comment.