Color Hex Logo

#ecb6d6 Color Hex

#ECB6D6
(236,182,214)
0 Favorites   0 Comments

Color spaces of #ecb6d6

RGB 236182214
HSL0.900.590.82
HSV324°23°93°
CMYK 0.000.230.09   0.07
XYZ63.457656.143871.1106
Yxy56.14380.33270.2944
Hunter Lab74.929220.0458-3.8180
CIE-Lab79.695624.5227-8.5297

#ecb6d6 color RGB value is (236,182,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 11010110
Octal 354 266 326
Decimal 236 182 214
Hex EC B6 D6

RGB Percentages of Color #ecb6d6

%37.34
%28.80
%33.86

CMYK Percentages of Color #ecb6d6

%0
%23
%9
%7

Triadic Colors of #ecb6d6

#ecb6d6 #d6ecb6 #b6d6ec

Analogous Colors of #ecb6d6

#ecb6d6 #ecb6bb #e7b6ec

Monochromatic Colors of #ecb6d6

#ecb6d6

Complementary Color

#ecb6d6 #b6eccc

#ecb6d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb6d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb6d6 Color CSS Codes

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

#ecb6d6 Text Font Color

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

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


#ecb6d6 Background Color

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

This div background color is #ecb6d6


#ecb6d6 Border Color

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

This div border color is #ecb6d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb6d6


Comments

No comments written yet.

Please login to write comment.