Color Hex Logo

#ecb5db Color Hex

#ECB5DB
(236,181,219)
0 Favorites   0 Comments

Color spaces of #ecb5db

RGB 236181219
HSL0.880.590.82
HSV319°23°93°
CMYK 0.000.230.07   0.07
XYZ63.902155.995174.4580
Yxy55.99510.32880.2881
Hunter Lab74.829921.4805-6.6144
CIE-Lab79.611025.9051-11.3566

#ecb5db color RGB value is (236,181,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110101 11011011
Octal 354 265 333
Decimal 236 181 219
Hex EC B5 DB

RGB Percentages of Color #ecb5db

%37.11
%28.46
%34.43

CMYK Percentages of Color #ecb5db

%0
%23
%7
%7

Triadic Colors of #ecb5db

#ecb5db #dbecb5 #b5dbec

Analogous Colors of #ecb5db

#ecb5db #ecb5c0 #e2b5ec

Monochromatic Colors of #ecb5db

#ecb5db

Complementary Color

#ecb5db #b5ecc6

#ecb5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb5db Color CSS Codes

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

#ecb5db Text Font Color

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

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


#ecb5db Background Color

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

This div background color is #ecb5db


#ecb5db Border Color

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

This div border color is #ecb5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb5db


Comments

No comments written yet.

Please login to write comment.