Color Hex Logo

#ecbbfc Color Hex

#ECBBFC
(236,187,252)
0 Favorites   0 Comments

Color spaces of #ecbbfc

RGB 236187252
HSL0.790.920.86
HSV285°26°99°
CMYK 0.060.260.00   0.01
XYZ69.933160.4018100.0683
Yxy60.40180.30350.2622
Hunter Lab77.718624.6111-21.9371
CIE-Lab82.056128.7339-25.3881

#ecbbfc color RGB value is (236,187,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 11111100
Octal 354 273 374
Decimal 236 187 252
Hex EC BB FC

RGB Percentages of Color #ecbbfc

%34.96
%27.70
%37.33

CMYK Percentages of Color #ecbbfc

%6
%26
%0
%1

Triadic Colors of #ecbbfc

#ecbbfc #fcecbb #bbfcec

Analogous Colors of #ecbbfc

#ecbbfc #fcbbec #ccbbfc

Monochromatic Colors of #ecbbfc

#ecbbfc

Complementary Color

#ecbbfc #cbfcbb

#ecbbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbbfc Color CSS Codes

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

#ecbbfc Text Font Color

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

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


#ecbbfc Background Color

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

This div background color is #ecbbfc


#ecbbfc Border Color

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

This div border color is #ecbbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.