Color Hex Logo

#ecc6fb Color Hex

#ECC6FB
(236,198,251)
0 Favorites   0 Comments

Color spaces of #ecc6fb

RGB 236198251
HSL0.790.870.88
HSV283°21°98°
CMYK 0.060.210.00   0.02
XYZ72.198765.1861100.0437
Yxy65.18610.30410.2746
Hunter Lab80.737918.3297-16.9507
CIE-Lab84.579522.6798-21.0214

#ecc6fb color RGB value is (236,198,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000110 11111011
Octal 354 306 373
Decimal 236 198 251
Hex EC C6 FB

RGB Percentages of Color #ecc6fb

%34.45
%28.91
%36.64

CMYK Percentages of Color #ecc6fb

%6
%21
%0
%2

Triadic Colors of #ecc6fb

#ecc6fb #fbecc6 #c6fbec

Analogous Colors of #ecc6fb

#ecc6fb #fbc6f0 #d2c6fb

Monochromatic Colors of #ecc6fb

#ecc6fb

Complementary Color

#ecc6fb #d5fbc6

#ecc6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc6fb Color CSS Codes

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

#ecc6fb Text Font Color

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

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


#ecc6fb Background Color

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

This div background color is #ecc6fb


#ecc6fb Border Color

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

This div border color is #ecc6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc6fb


Comments

No comments written yet.

Please login to write comment.