Color Hex Logo

#ecc1fd Color Hex

#ECC1FD
(236,193,253)
0 Favorites   0 Comments

Color spaces of #ecc1fd

RGB 236193253
HSL0.790.940.87
HSV283°24°99°
CMYK 0.070.240.00   0.01
XYZ71.391763.0646101.3385
Yxy63.06460.30280.2675
Hunter Lab79.413221.4966-20.0702
CIE-Lab83.476425.7288-23.7587

#ecc1fd color RGB value is (236,193,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 11111101
Octal 354 301 375
Decimal 236 193 253
Hex EC C1 FD

RGB Percentages of Color #ecc1fd

%34.60
%28.30
%37.10

CMYK Percentages of Color #ecc1fd

%7
%24
%0
%1

Triadic Colors of #ecc1fd

#ecc1fd #fdecc1 #c1fdec

Analogous Colors of #ecc1fd

#ecc1fd #fdc1f0 #cec1fd

Monochromatic Colors of #ecc1fd

#ecc1fd

Complementary Color

#ecc1fd #d2fdc1

#ecc1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc1fd Color CSS Codes

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

#ecc1fd Text Font Color

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

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


#ecc1fd Background Color

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

This div background color is #ecc1fd


#ecc1fd Border Color

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

This div border color is #ecc1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc1fd


Comments

No comments written yet.

Please login to write comment.