Color Hex Logo

#ecb3db Color Hex

#ECB3DB
(236,179,219)
0 Favorites   0 Comments

Color spaces of #ecb3db

RGB 236179219
HSL0.880.600.81
HSV318°24°93°
CMYK 0.000.240.07   0.07
XYZ63.498455.187574.3234
Yxy55.18750.32900.2859
Hunter Lab74.288322.5695-7.3162
CIE-Lab79.149126.9717-12.0467

#ecb3db color RGB value is (236,179,219).

#ecb3db hex color red value is 236, green value is 179 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ecb3db hue: 0.88 , saturation: 0.60 and the lightness value of ecb3db is 0.81.

The process color (four color CMYK) of #ecb3db color hex is 0.00, 0.24, 0.07, 0.07. Web safe color of #ecb3db is #ffcccc. Color #ecb3db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 11011011
Octal 354 263 333
Decimal 236 179 219
Hex EC B3 DB

RGB Percentages of Color #ecb3db

%37.22
%28.23
%34.54

CMYK Percentages of Color #ecb3db

%0
%24
%7
%7

Triadic Colors of #ecb3db

#ecb3db #dbecb3 #b3dbec

Analogous Colors of #ecb3db

#ecb3db #ecb3bf #e1b3ec

Monochromatic Colors of #ecb3db

#ecb3db

Complementary Color

#ecb3db #b3ecc4

#ecb3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb3db Color CSS Codes

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

#ecb3db Text Font Color

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

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


#ecb3db Background Color

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

This div background color is #ecb3db


#ecb3db Border Color

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

This div border color is #ecb3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb3db


Comments

No comments written yet.

Please login to write comment.