Color Hex Logo

#cc9fde Color Hex

#CC9FDE
(204,159,222)
0 Favorites   0 Comments

Color spaces of #cc9fde

RGB 204159222
HSL0.790.490.75
HSV283°28°87°
CMYK 0.080.280.00   0.13
XYZ50.484842.907674.7284
Yxy42.90760.30030.2552
Hunter Lab65.503922.9407-21.7867
CIE-Lab71.492227.8060-25.5676

#cc9fde color RGB value is (204,159,222).

#cc9fde hex color red value is 204, green value is 159 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc9fde hue: 0.79 , saturation: 0.49 and the lightness value of cc9fde is 0.75.

The process color (four color CMYK) of #cc9fde color hex is 0.08, 0.28, 0.00, 0.13. Web safe color of #cc9fde is #cc99cc. Color #cc9fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011111 11011110
Octal 314 237 336
Decimal 204 159 222
Hex CC 9F DE

RGB Percentages of Color #cc9fde

%34.87
%27.18
%37.95

CMYK Percentages of Color #cc9fde

%8
%28
%0
%13

Triadic Colors of #cc9fde

#cc9fde #decc9f #9fdecc

Analogous Colors of #cc9fde

#cc9fde #de9fd1 #ad9fde

Monochromatic Colors of #cc9fde

#cc9fde

Complementary Color

#cc9fde #b1de9f

#cc9fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9fde Color CSS Codes

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

#cc9fde Text Font Color

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

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


#cc9fde Background Color

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

This div background color is #cc9fde


#cc9fde Border Color

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

This div border color is #cc9fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9fde

#cc9fde Color Palettes


Comments

No comments written yet.

Please login to write comment.