Color Hex Logo

#ecbffe Color Hex

#ECBFFE
(236,191,254)
0 Favorites   0 Comments

Color spaces of #ecbffe

RGB 236191254
HSL0.790.970.87
HSV283°25°100°
CMYK 0.070.250.00   0.00
XYZ71.112362.2502102.0334
Yxy62.25020.30210.2644
Hunter Lab78.898822.8110-21.4458
CIE-Lab83.046326.9888-24.9455

#ecbffe color RGB value is (236,191,254).

#ecbffe hex color red value is 236, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ecbffe hue: 0.79 , saturation: 0.97 and the lightness value of ecbffe is 0.87.

The process color (four color CMYK) of #ecbffe color hex is 0.07, 0.25, 0.00, 0.00. Web safe color of #ecbffe is #ffccff. Color #ecbffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111111 11111110
Octal 354 277 376
Decimal 236 191 254
Hex EC BF FE

RGB Percentages of Color #ecbffe

%34.65
%28.05
%37.30

CMYK Percentages of Color #ecbffe

%7
%25
%0
%0

Triadic Colors of #ecbffe

#ecbffe #feecbf #bffeec

Analogous Colors of #ecbffe

#ecbffe #febff1 #cdbffe

Monochromatic Colors of #ecbffe

#ecbffe

Complementary Color

#ecbffe #d1febf

#ecbffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbffe Color CSS Codes

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

#ecbffe Text Font Color

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

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


#ecbffe Background Color

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

This div background color is #ecbffe


#ecbffe Border Color

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

This div border color is #ecbffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbffe


Comments

No comments written yet.

Please login to write comment.