Color Hex Logo

#ecb7be Color Hex

#ECB7BE
(236,183,190)
0 Favorites   0 Comments

Color spaces of #ecb7be

RGB 236183190
HSL0.980.580.82
HSV352°22°93°
CMYK 0.000.220.19   0.07
XYZ60.819855.417556.2063
Yxy55.41750.35270.3214
Hunter Lab74.442915.55927.3446
CIE-Lab79.281120.16813.8407

#ecb7be color RGB value is (236,183,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 10111110
Octal 354 267 276
Decimal 236 183 190
Hex EC B7 BE

RGB Percentages of Color #ecb7be

%38.75
%30.05
%31.20

CMYK Percentages of Color #ecb7be

%0
%22
%19
%7

Triadic Colors of #ecb7be

#ecb7be #beecb7 #b7beec

Analogous Colors of #ecb7be

#ecb7be #eccbb7 #ecb7d9

Monochromatic Colors of #ecb7be

#ecb7be

Complementary Color

#ecb7be #b7ece5

#ecb7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb7be Color CSS Codes

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

#ecb7be Text Font Color

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

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


#ecb7be Background Color

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

This div background color is #ecb7be


#ecb7be Border Color

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

This div border color is #ecb7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb7be


Comments

No comments written yet.

Please login to write comment.