Color Hex Logo

#ecc0fb Color Hex

#ECC0FB
(236,192,251)
0 Favorites   0 Comments

Color spaces of #ecc0fb

RGB 236192251
HSL0.790.880.87
HSV285°24°98°
CMYK 0.060.240.00   0.02
XYZ70.854362.497299.5955
Yxy62.49720.30420.2683
Hunter Lab79.055221.6366-19.3563
CIE-Lab83.177125.8753-23.1486

#ecc0fb color RGB value is (236,192,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000000 11111011
Octal 354 300 373
Decimal 236 192 251
Hex EC C0 FB

RGB Percentages of Color #ecc0fb

%34.76
%28.28
%36.97

CMYK Percentages of Color #ecc0fb

%6
%24
%0
%2

Triadic Colors of #ecc0fb

#ecc0fb #fbecc0 #c0fbec

Analogous Colors of #ecc0fb

#ecc0fb #fbc0ed #cfc0fb

Monochromatic Colors of #ecc0fb

#ecc0fb

Complementary Color

#ecc0fb #cffbc0

#ecc0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc0fb Color CSS Codes

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

#ecc0fb Text Font Color

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

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


#ecc0fb Background Color

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

This div background color is #ecc0fb


#ecc0fb Border Color

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

This div border color is #ecc0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc0fb


Comments

No comments written yet.

Please login to write comment.