Color Hex Logo

#ecb9eb Color Hex

#ECB9EB
(236,185,235)
0 Favorites   0 Comments

Color spaces of #ecb9eb

RGB 236185235
HSL0.840.570.83
HSV301°22°93°
CMYK 0.000.220.00   0.07
XYZ66.936458.528986.3665
Yxy58.52890.31600.2763
Hunter Lab76.504222.2941-13.3803
CIE-Lab81.032026.6065-17.8399

#ecb9eb color RGB value is (236,185,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 11101011
Octal 354 271 353
Decimal 236 185 235
Hex EC B9 EB

RGB Percentages of Color #ecb9eb

%35.98
%28.20
%35.82

CMYK Percentages of Color #ecb9eb

%0
%22
%0
%7

Triadic Colors of #ecb9eb

#ecb9eb #ebecb9 #b9ebec

Analogous Colors of #ecb9eb

#ecb9eb #ecb9d2 #d4b9ec

Monochromatic Colors of #ecb9eb

#ecb9eb

Complementary Color

#ecb9eb #b9ecba

#ecb9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb9eb Color CSS Codes

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

#ecb9eb Text Font Color

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

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


#ecb9eb Background Color

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

This div background color is #ecb9eb


#ecb9eb Border Color

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

This div border color is #ecb9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb9eb


Comments

No comments written yet.

Please login to write comment.