Color Hex Logo

#ecb9ed Color Hex

#ECB9ED
(236,185,237)
0 Favorites   0 Comments

Color spaces of #ecb9ed

RGB 236185237
HSL0.830.590.83
HSV299°22°93°
CMYK 0.000.220.00   0.07
XYZ67.227158.645287.8972
Yxy58.64520.31450.2743
Hunter Lab76.580222.6838-14.4458
CIE-Lab81.096226.9727-18.8165

#ecb9ed color RGB value is (236,185,237).

#ecb9ed hex color red value is 236, green value is 185 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ecb9ed hue: 0.83 , saturation: 0.59 and the lightness value of ecb9ed is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 11101101
Octal 354 271 355
Decimal 236 185 237
Hex EC B9 ED

RGB Percentages of Color #ecb9ed

%35.87
%28.12
%36.02

CMYK Percentages of Color #ecb9ed

%0
%22
%0
%7

Triadic Colors of #ecb9ed

#ecb9ed #edecb9 #b9edec

Analogous Colors of #ecb9ed

#ecb9ed #edb9d4 #d2b9ed

Monochromatic Colors of #ecb9ed

#ecb9ed

Complementary Color

#ecb9ed #baedb9

#ecb9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb9ed Color CSS Codes

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

#ecb9ed Text Font Color

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

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


#ecb9ed Background Color

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

This div background color is #ecb9ed


#ecb9ed Border Color

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

This div border color is #ecb9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb9ed


Comments

No comments written yet.

Please login to write comment.