Color Hex Logo

#ecb7dc Color Hex

#ECB7DC
(236,183,220)
1 Favorites   0 Comments

Color spaces of #ecb7dc

RGB 236183220
HSL0.880.580.82
HSV318°22°93°
CMYK 0.000.220.07   0.07
XYZ64.443856.867175.2900
Yxy56.86710.32780.2893
Hunter Lab75.410320.5738-6.4082
CIE-Lab80.104825.0111-11.1592

#ecb7dc color RGB value is (236,183,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 11011100
Octal 354 267 334
Decimal 236 183 220
Hex EC B7 DC

RGB Percentages of Color #ecb7dc

%36.93
%28.64
%34.43

CMYK Percentages of Color #ecb7dc

%0
%22
%7
%7

Triadic Colors of #ecb7dc

#ecb7dc #dcecb7 #b7dcec

Analogous Colors of #ecb7dc

#ecb7dc #ecb7c2 #e2b7ec

Monochromatic Colors of #ecb7dc

#ecb7dc

Complementary Color

#ecb7dc #b7ecc7

#ecb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb7dc Color CSS Codes

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

#ecb7dc Text Font Color

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

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


#ecb7dc Background Color

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

This div background color is #ecb7dc


#ecb7dc Border Color

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

This div border color is #ecb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb7dc


Comments

No comments written yet.

Please login to write comment.