Color Hex Logo

#ecbee2 Color Hex

#ECBEE2
(236,190,226)
0 Favorites   0 Comments

Color spaces of #ecbee2

RGB 236190226
HSL0.870.550.84
HSV313°19°93°
CMYK 0.000.190.04   0.07
XYZ66.733060.150880.0446
Yxy60.15080.32250.2907
Hunter Lab77.556917.8637-6.9019
CIE-Lab81.920122.3273-11.6765

#ecbee2 color RGB value is (236,190,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11100010
Octal 354 276 342
Decimal 236 190 226
Hex EC BE E2

RGB Percentages of Color #ecbee2

%36.20
%29.14
%34.66

CMYK Percentages of Color #ecbee2

%0
%19
%4
%7

Triadic Colors of #ecbee2

#ecbee2 #e2ecbe #bee2ec

Analogous Colors of #ecbee2

#ecbee2 #ecbecb #dfbeec

Monochromatic Colors of #ecbee2

#ecbee2

Complementary Color

#ecbee2 #beecc8

#ecbee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbee2 Color CSS Codes

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

#ecbee2 Text Font Color

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

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


#ecbee2 Background Color

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

This div background color is #ecbee2


#ecbee2 Border Color

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

This div border color is #ecbee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbee2


Comments

No comments written yet.

Please login to write comment.