Color Hex Logo

#ecb5dd Color Hex

#ECB5DD
(236,181,221)
0 Favorites   0 Comments

Color spaces of #ecb5dd

RGB 236181221
HSL0.880.590.82
HSV316°23°93°
CMYK 0.000.230.06   0.07
XYZ64.167156.101175.8532
Yxy56.10110.32720.2861
Hunter Lab74.900721.8441-7.6135
CIE-Lab79.671326.2499-12.3464

#ecb5dd color RGB value is (236,181,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110101 11011101
Octal 354 265 335
Decimal 236 181 221
Hex EC B5 DD

RGB Percentages of Color #ecb5dd

%36.99
%28.37
%34.64

CMYK Percentages of Color #ecb5dd

%0
%23
%6
%7

Triadic Colors of #ecb5dd

#ecb5dd #ddecb5 #b5ddec

Analogous Colors of #ecb5dd

#ecb5dd #ecb5c2 #e0b5ec

Monochromatic Colors of #ecb5dd

#ecb5dd

Complementary Color

#ecb5dd #b5ecc4

#ecb5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb5dd Color CSS Codes

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

#ecb5dd Text Font Color

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

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


#ecb5dd Background Color

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

This div background color is #ecb5dd


#ecb5dd Border Color

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

This div border color is #ecb5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb5dd


Comments

No comments written yet.

Please login to write comment.