Color Hex Logo

#cc9fba Color Hex

#CC9FBA
(204,159,186)
0 Favorites   0 Comments

Color spaces of #cc9fba

RGB 204159186
HSL0.900.310.71
HSV324°22°80°
CMYK 0.000.220.09   0.20
XYZ46.162941.178851.9696
Yxy41.17880.33140.2956
Hunter Lab64.170716.1100-3.0974
CIE-Lab70.301021.0391-7.5054

#cc9fba color RGB value is (204,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011111 10111010
Octal 314 237 272
Decimal 204 159 186
Hex CC 9F BA

RGB Percentages of Color #cc9fba

%37.16
%28.96
%33.88

CMYK Percentages of Color #cc9fba

%0
%22
%9
%20

Triadic Colors of #cc9fba

#cc9fba #bacc9f #9fbacc

Analogous Colors of #cc9fba

#cc9fba #cc9fa4 #c89fcc

Monochromatic Colors of #cc9fba

#cc9fba

Complementary Color

#cc9fba #9fccb1

#cc9fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9fba Color CSS Codes

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

#cc9fba Text Font Color

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

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


#cc9fba Background Color

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

This div background color is #cc9fba


#cc9fba Border Color

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

This div border color is #cc9fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9fba


Comments

No comments written yet.

Please login to write comment.