Color Hex Logo

#ecb7bb Color Hex

#ECB7BB
(236,183,187)
0 Favorites   0 Comments

Color spaces of #ecb7bb

RGB 236183187
HSL0.990.580.82
HSV355°22°93°
CMYK 0.000.220.21   0.07
XYZ60.495255.287754.4969
Yxy55.28770.35530.3247
Hunter Lab74.355715.10378.5941
CIE-Lab79.206719.72115.3555

#ecb7bb color RGB value is (236,183,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 10111011
Octal 354 267 273
Decimal 236 183 187
Hex EC B7 BB

RGB Percentages of Color #ecb7bb

%38.94
%30.20
%30.86

CMYK Percentages of Color #ecb7bb

%0
%22
%21
%7

Triadic Colors of #ecb7bb

#ecb7bb #bbecb7 #b7bbec

Analogous Colors of #ecb7bb

#ecb7bb #ecceb7 #ecb7d6

Monochromatic Colors of #ecb7bb

#ecb7bb

Complementary Color

#ecb7bb #b7ece8

#ecb7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb7bb Color CSS Codes

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

#ecb7bb Text Font Color

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

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


#ecb7bb Background Color

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

This div background color is #ecb7bb


#ecb7bb Border Color

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

This div border color is #ecb7bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb7bb


Comments

No comments written yet.

Please login to write comment.