Color Hex Logo

#ecbbff Color Hex

#ECBBFF
(236,187,255)
0 Favorites   0 Comments

Color spaces of #ecbbff

RGB 236187255
HSL0.791.000.87
HSV283°27°100°
CMYK 0.070.270.00   0.00
XYZ70.412460.5935102.5923
Yxy60.59350.30140.2594
Hunter Lab77.841825.2403-23.6525
CIE-Lab82.159729.3161-26.8308

#ecbbff color RGB value is (236,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 11111111
Octal 354 273 377
Decimal 236 187 255
Hex EC BB FF

RGB Percentages of Color #ecbbff

%34.81
%27.58
%37.61

CMYK Percentages of Color #ecbbff

%7
%27
%0
%0

Triadic Colors of #ecbbff

#ecbbff #ffecbb #bbffec

Analogous Colors of #ecbbff

#ecbbff #ffbbf0 #cabbff

Monochromatic Colors of #ecbbff

#ecbbff

Complementary Color

#ecbbff #ceffbb

#ecbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbbff Color CSS Codes

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

#ecbbff Text Font Color

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

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


#ecbbff Background Color

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

This div background color is #ecbbff


#ecbbff Border Color

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

This div border color is #ecbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbbff


Comments

No comments written yet.

Please login to write comment.