Color Hex Logo

#ecb6da Color Hex

#ECB6DA
(236,182,218)
0 Favorites   0 Comments

Color spaces of #ecb6da

RGB 236182218
HSL0.890.590.82
HSV320°23°93°
CMYK 0.000.230.08   0.07
XYZ63.974956.350773.8346
Yxy56.35070.32950.2902
Hunter Lab75.067120.7567-5.7696
CIE-Lab79.813025.2009-10.5152

#ecb6da color RGB value is (236,182,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 11011010
Octal 354 266 332
Decimal 236 182 218
Hex EC B6 DA

RGB Percentages of Color #ecb6da

%37.11
%28.62
%34.28

CMYK Percentages of Color #ecb6da

%0
%23
%8
%7

Triadic Colors of #ecb6da

#ecb6da #daecb6 #b6daec

Analogous Colors of #ecb6da

#ecb6da #ecb6bf #e3b6ec

Monochromatic Colors of #ecb6da

#ecb6da

Complementary Color

#ecb6da #b6ecc8

#ecb6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb6da Color CSS Codes

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

#ecb6da Text Font Color

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

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


#ecb6da Background Color

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

This div background color is #ecb6da


#ecb6da Border Color

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

This div border color is #ecb6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb6da


Comments

No comments written yet.

Please login to write comment.