Color Hex Logo

#ecbefb Color Hex

#ECBEFB
(236,190,251)
0 Favorites   0 Comments

Color spaces of #ecbefb

RGB 236190251
HSL0.790.880.86
HSV285°24°98°
CMYK 0.060.240.00   0.02
XYZ70.418161.624899.4501
Yxy61.62480.30420.2662
Hunter Lab78.501522.7421-20.1609
CIE-Lab82.713526.9414-23.8535

#ecbefb color RGB value is (236,190,251).

#ecbefb hex color red value is 236, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ecbefb hue: 0.79 , saturation: 0.88 and the lightness value of ecbefb is 0.86.

The process color (four color CMYK) of #ecbefb color hex is 0.06, 0.24, 0.00, 0.02. Web safe color of #ecbefb is #ffccff. Color #ecbefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11111011
Octal 354 276 373
Decimal 236 190 251
Hex EC BE FB

RGB Percentages of Color #ecbefb

%34.86
%28.06
%37.08

CMYK Percentages of Color #ecbefb

%6
%24
%0
%2

Triadic Colors of #ecbefb

#ecbefb #fbecbe #befbec

Analogous Colors of #ecbefb

#ecbefb #fbbeec #cebefb

Monochromatic Colors of #ecbefb

#ecbefb

Complementary Color

#ecbefb #cdfbbe

#ecbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbefb Color CSS Codes

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

#ecbefb Text Font Color

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

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


#ecbefb Background Color

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

This div background color is #ecbefb


#ecbefb Border Color

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

This div border color is #ecbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbefb

Related Colors


Comments

No comments written yet.

Please login to write comment.