Color Hex Logo

#ecc2db Color Hex

#ECC2DB
(236,194,219)
0 Favorites   0 Comments

Color spaces of #ecc2db

RGB 236194219
HSL0.900.530.84
HSV324°18°93°
CMYK 0.000.180.07   0.07
XYZ66.670061.530975.3806
Yxy61.53090.32750.3022
Hunter Lab78.441614.4399-2.0672
CIE-Lab82.663318.9838-6.8188

#ecc2db color RGB value is (236,194,219).

#ecc2db hex color red value is 236, green value is 194 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ecc2db hue: 0.90 , saturation: 0.53 and the lightness value of ecc2db is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 11011011
Octal 354 302 333
Decimal 236 194 219
Hex EC C2 DB

RGB Percentages of Color #ecc2db

%36.36
%29.89
%33.74

CMYK Percentages of Color #ecc2db

%0
%18
%7
%7

Triadic Colors of #ecc2db

#ecc2db #dbecc2 #c2dbec

Analogous Colors of #ecc2db

#ecc2db #ecc2c6 #e8c2ec

Monochromatic Colors of #ecc2db

#ecc2db

Complementary Color

#ecc2db #c2ecd3

#ecc2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc2db Color CSS Codes

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

#ecc2db Text Font Color

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

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


#ecc2db Background Color

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

This div background color is #ecc2db


#ecc2db Border Color

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

This div border color is #ecc2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc2db


Comments

No comments written yet.

Please login to write comment.