Color Hex Logo

#ecbbfe Color Hex

#ECBBFE
(236,187,254)
0 Favorites   0 Comments

Color spaces of #ecbbfe

RGB 236187254
HSL0.790.970.86
HSV284°26°100°
CMYK 0.070.260.00   0.00
XYZ70.251860.5293101.7466
Yxy60.52930.30210.2603
Hunter Lab77.800625.0296-23.0783
CIE-Lab82.125029.1214-26.3503

#ecbbfe color RGB value is (236,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 11111110
Octal 354 273 376
Decimal 236 187 254
Hex EC BB FE

RGB Percentages of Color #ecbbfe

%34.86
%27.62
%37.52

CMYK Percentages of Color #ecbbfe

%7
%26
%0
%0

Triadic Colors of #ecbbfe

#ecbbfe #feecbb #bbfeec

Analogous Colors of #ecbbfe

#ecbbfe #febbef #cbbbfe

Monochromatic Colors of #ecbbfe

#ecbbfe

Complementary Color

#ecbbfe #cdfebb

#ecbbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbbfe Color CSS Codes

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

#ecbbfe Text Font Color

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

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


#ecbbfe Background Color

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

This div background color is #ecbbfe


#ecbbfe Border Color

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

This div border color is #ecbbfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,187,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 #ecbbfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbbfe


Comments

No comments written yet.

Please login to write comment.