Color Hex Logo

#ecbee7 Color Hex

#ECBEE7
(236,190,231)
0 Favorites   0 Comments

Color spaces of #ecbee7

RGB 236190231
HSL0.850.550.84
HSV307°19°93°
CMYK 0.000.190.02   0.07
XYZ67.429360.429383.7114
Yxy60.42930.31870.2856
Hunter Lab77.736318.7943-9.4319
CIE-Lab82.071023.2172-14.1315

#ecbee7 color RGB value is (236,190,231).

#ecbee7 hex color red value is 236, green value is 190 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #ecbee7 hue: 0.85 , saturation: 0.55 and the lightness value of ecbee7 is 0.84.

The process color (four color CMYK) of #ecbee7 color hex is 0.00, 0.19, 0.02, 0.07. Web safe color of #ecbee7 is #ffccff. Color #ecbee7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11100111
Octal 354 276 347
Decimal 236 190 231
Hex EC BE E7

RGB Percentages of Color #ecbee7

%35.92
%28.92
%35.16

CMYK Percentages of Color #ecbee7

%0
%19
%2
%7

Triadic Colors of #ecbee7

#ecbee7 #e7ecbe #bee7ec

Analogous Colors of #ecbee7

#ecbee7 #ecbed0 #dabeec

Monochromatic Colors of #ecbee7

#ecbee7

Complementary Color

#ecbee7 #beecc3

#ecbee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbee7 Color CSS Codes

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

#ecbee7 Text Font Color

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

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


#ecbee7 Background Color

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

This div background color is #ecbee7


#ecbee7 Border Color

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

This div border color is #ecbee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbee7


Comments

No comments written yet.

Please login to write comment.