Color Hex Logo

#ecc7fd Color Hex

#ECC7FD
(236,199,253)
0 Favorites   0 Comments

Color spaces of #ecc7fd

RGB 236199253
HSL0.780.930.89
HSV281°21°99°
CMYK 0.070.210.00   0.01
XYZ72.745165.7716101.7896
Yxy65.77160.30270.2737
Hunter Lab81.099718.1871-17.6461
CIE-Lab84.879822.5336-21.6283

#ecc7fd color RGB value is (236,199,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000111 11111101
Octal 354 307 375
Decimal 236 199 253
Hex EC C7 FD

RGB Percentages of Color #ecc7fd

%34.30
%28.92
%36.77

CMYK Percentages of Color #ecc7fd

%7
%21
%0
%1

Triadic Colors of #ecc7fd

#ecc7fd #fdecc7 #c7fdec

Analogous Colors of #ecc7fd

#ecc7fd #fdc7f3 #d1c7fd

Monochromatic Colors of #ecc7fd

#ecc7fd

Complementary Color

#ecc7fd #d8fdc7

#ecc7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc7fd Color CSS Codes

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

#ecc7fd Text Font Color

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

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


#ecc7fd Background Color

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

This div background color is #ecc7fd


#ecc7fd Border Color

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

This div border color is #ecc7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc7fd


Comments

No comments written yet.

Please login to write comment.