Color Hex Logo

#ecb7de Color Hex

#ECB7DE
(236,183,222)
0 Favorites   0 Comments

Color spaces of #ecb7de

RGB 236183222
HSL0.880.580.82
HSV316°22°93°
CMYK 0.000.220.06   0.07
XYZ64.710456.973876.6937
Yxy56.97380.32620.2872
Hunter Lab75.481020.9376-7.4059
CIE-Lab80.164925.3571-12.1479

#ecb7de color RGB value is (236,183,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 11011110
Octal 354 267 336
Decimal 236 183 222
Hex EC B7 DE

RGB Percentages of Color #ecb7de

%36.82
%28.55
%34.63

CMYK Percentages of Color #ecb7de

%0
%22
%6
%7

Triadic Colors of #ecb7de

#ecb7de #deecb7 #b7deec

Analogous Colors of #ecb7de

#ecb7de #ecb7c4 #e0b7ec

Monochromatic Colors of #ecb7de

#ecb7de

Complementary Color

#ecb7de #b7ecc5

#ecb7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb7de Color CSS Codes

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

#ecb7de Text Font Color

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

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


#ecb7de Background Color

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

This div background color is #ecb7de


#ecb7de Border Color

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

This div border color is #ecb7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb7de


Comments

No comments written yet.

Please login to write comment.