Color Hex Logo

#ecccfa Color Hex

#ECCCFA
(236,204,250)
0 Favorites   0 Comments

Color spaces of #ecccfa

RGB 236204250
HSL0.780.820.89
HSV282°18°98°
CMYK 0.060.180.00   0.02
XYZ73.440367.920799.6818
Yxy67.92070.30470.2818
Hunter Lab82.414014.8394-14.0229
CIE-Lab85.966819.3006-18.3949

#ecccfa color RGB value is (236,204,250).

#ecccfa hex color red value is 236, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ecccfa hue: 0.78 , saturation: 0.82 and the lightness value of ecccfa is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 11111010
Octal 354 314 372
Decimal 236 204 250
Hex EC CC FA

RGB Percentages of Color #ecccfa

%34.20
%29.57
%36.23

CMYK Percentages of Color #ecccfa

%6
%18
%0
%2

Triadic Colors of #ecccfa

#ecccfa #faeccc #ccfaec

Analogous Colors of #ecccfa

#ecccfa #faccf1 #d5ccfa

Monochromatic Colors of #ecccfa

#ecccfa

Complementary Color

#ecccfa #dafacc

#ecccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecccfa Color CSS Codes

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

#ecccfa Text Font Color

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

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


#ecccfa Background Color

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

This div background color is #ecccfa


#ecccfa Border Color

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

This div border color is #ecccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecccfa


Comments

No comments written yet.

Please login to write comment.