Color Hex Logo

#cc9fbe Color Hex

#CC9FBE
(204,159,190)
0 Favorites   0 Comments

Color spaces of #cc9fbe

RGB 204159190
HSL0.890.310.71
HSV319°22°80°
CMYK 0.000.220.07   0.20
XYZ46.594241.351354.2410
Yxy41.35130.32770.2908
Hunter Lab64.305016.8041-4.9974
CIE-Lab70.421321.7407-9.5427

#cc9fbe color RGB value is (204,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011111 10111110
Octal 314 237 276
Decimal 204 159 190
Hex CC 9F BE

RGB Percentages of Color #cc9fbe

%36.89
%28.75
%34.36

CMYK Percentages of Color #cc9fbe

%0
%22
%7
%20

Triadic Colors of #cc9fbe

#cc9fbe #becc9f #9fbecc

Analogous Colors of #cc9fbe

#cc9fbe #cc9fa8 #c49fcc

Monochromatic Colors of #cc9fbe

#cc9fbe

Complementary Color

#cc9fbe #9fccad

#cc9fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9fbe Color CSS Codes

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

#cc9fbe Text Font Color

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

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


#cc9fbe Background Color

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

This div background color is #cc9fbe


#cc9fbe Border Color

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

This div border color is #cc9fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9fbe


Comments

No comments written yet.

Please login to write comment.