Color Hex Logo

#cc9fbf Color Hex

#CC9FBF
(204,159,191)
0 Favorites   0 Comments

Color spaces of #cc9fbf

RGB 204159191
HSL0.880.310.71
HSV317°22°80°
CMYK 0.000.220.06   0.20
XYZ46.703941.395254.8187
Yxy41.39520.32680.2896
Hunter Lab64.339116.9801-5.4794
CIE-Lab70.451921.9180-10.0508

#cc9fbf color RGB value is (204,159,191).

#cc9fbf hex color red value is 204, green value is 159 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cc9fbf hue: 0.88 , saturation: 0.31 and the lightness value of cc9fbf is 0.71.

The process color (four color CMYK) of #cc9fbf color hex is 0.00, 0.22, 0.06, 0.20. Web safe color of #cc9fbf is #cc99cc. Color #cc9fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011111 10111111
Octal 314 237 277
Decimal 204 159 191
Hex CC 9F BF

RGB Percentages of Color #cc9fbf

%36.82
%28.70
%34.48

CMYK Percentages of Color #cc9fbf

%0
%22
%6
%20

Triadic Colors of #cc9fbf

#cc9fbf #bfcc9f #9fbfcc

Analogous Colors of #cc9fbf

#cc9fbf #cc9fa9 #c39fcc

Monochromatic Colors of #cc9fbf

#cc9fbf

Complementary Color

#cc9fbf #9fccac

#cc9fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9fbf Color CSS Codes

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

#cc9fbf Text Font Color

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

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


#cc9fbf Background Color

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

This div background color is #cc9fbf


#cc9fbf Border Color

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

This div border color is #cc9fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9fbf


Comments

No comments written yet.

Please login to write comment.