Color Hex Logo

#ecb7ce Color Hex

#ECB7CE
(236,183,206)
0 Favorites   0 Comments

Color spaces of #ecb7ce

RGB 236183206
HSL0.930.580.82
HSV334°22°93°
CMYK 0.000.220.13   0.07
XYZ62.666156.156165.9289
Yxy56.15610.33920.3040
Hunter Lab74.937418.12960.2936
CIE-Lab79.702622.6680-4.1962

#ecb7ce color RGB value is (236,183,206).

#ecb7ce hex color red value is 236, green value is 183 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ecb7ce hue: 0.93 , saturation: 0.58 and the lightness value of ecb7ce is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 11001110
Octal 354 267 316
Decimal 236 183 206
Hex EC B7 CE

RGB Percentages of Color #ecb7ce

%37.76
%29.28
%32.96

CMYK Percentages of Color #ecb7ce

%0
%22
%13
%7

Triadic Colors of #ecb7ce

#ecb7ce #ceecb7 #b7ceec

Analogous Colors of #ecb7ce

#ecb7ce #ecbbb7 #ecb7e9

Monochromatic Colors of #ecb7ce

#ecb7ce

Complementary Color

#ecb7ce #b7ecd5

#ecb7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb7ce Color CSS Codes

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

#ecb7ce Text Font Color

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

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


#ecb7ce Background Color

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

This div background color is #ecb7ce


#ecb7ce Border Color

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

This div border color is #ecb7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb7ce

#ecb7ce Color Palettes


Comments

No comments written yet.

Please login to write comment.