Color Hex Logo

#ecb6eb Color Hex

#ECB6EB
(236,182,235)
0 Favorites   0 Comments

Color spaces of #ecb6eb

RGB 236182235
HSL0.840.590.82
HSV301°23°93°
CMYK 0.000.230.00   0.07
XYZ66.315457.286986.1595
Yxy57.28690.31610.2731
Hunter Lab75.688123.9416-14.5110
CIE-Lab80.340728.2061-18.8837

#ecb6eb color RGB value is (236,182,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 11101011
Octal 354 266 353
Decimal 236 182 235
Hex EC B6 EB

RGB Percentages of Color #ecb6eb

%36.14
%27.87
%35.99

CMYK Percentages of Color #ecb6eb

%0
%23
%0
%7

Triadic Colors of #ecb6eb

#ecb6eb #ebecb6 #b6ebec

Analogous Colors of #ecb6eb

#ecb6eb #ecb6d0 #d2b6ec

Monochromatic Colors of #ecb6eb

#ecb6eb

Complementary Color

#ecb6eb #b6ecb7

#ecb6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb6eb Color CSS Codes

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

#ecb6eb Text Font Color

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

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


#ecb6eb Background Color

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

This div background color is #ecb6eb


#ecb6eb Border Color

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

This div border color is #ecb6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb6eb


Comments

No comments written yet.

Please login to write comment.