Color Hex Logo

#ecbbef Color Hex

#ECBBEF
(236,187,239)
0 Favorites   0 Comments

Color spaces of #ecbbef

RGB 236187239
HSL0.820.620.84
HSV297°22°94°
CMYK 0.010.220.00   0.06
XYZ67.942459.605589.5854
Yxy59.60550.31290.2745
Hunter Lab77.204621.9774-14.7547
CIE-Lab81.623326.2751-19.0924

#ecbbef color RGB value is (236,187,239).

#ecbbef hex color red value is 236, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ecbbef hue: 0.82 , saturation: 0.62 and the lightness value of ecbbef is 0.84.

The process color (four color CMYK) of #ecbbef color hex is 0.01, 0.22, 0.00, 0.06. Web safe color of #ecbbef is #ffccff. Color #ecbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 11101111
Octal 354 273 357
Decimal 236 187 239
Hex EC BB EF

RGB Percentages of Color #ecbbef

%35.65
%28.25
%36.10

CMYK Percentages of Color #ecbbef

%1
%22
%0
%6

Triadic Colors of #ecbbef

#ecbbef #efecbb #bbefec

Analogous Colors of #ecbbef

#ecbbef #efbbd8 #d2bbef

Monochromatic Colors of #ecbbef

#ecbbef

Complementary Color

#ecbbef #beefbb

#ecbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbbef Color CSS Codes

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

#ecbbef Text Font Color

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

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


#ecbbef Background Color

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

This div background color is #ecbbef


#ecbbef Border Color

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

This div border color is #ecbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbbef


Comments

No comments written yet.

Please login to write comment.