Color Hex Logo

#cc97bf Color Hex

#CC97BF
(204,151,191)
0 Favorites   0 Comments

Color spaces of #cc97bf

RGB 204151191
HSL0.870.340.70
HSV315°26°80°
CMYK 0.000.260.06   0.20
XYZ45.372438.732254.3749
Yxy38.73220.32760.2797
Hunter Lab62.235221.2233-8.2370
CIE-Lab68.556826.3008-12.8877

#cc97bf color RGB value is (204,151,191).

#cc97bf hex color red value is 204, green value is 151 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cc97bf hue: 0.87 , saturation: 0.34 and the lightness value of cc97bf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 10111111
Octal 314 227 277
Decimal 204 151 191
Hex CC 97 BF

RGB Percentages of Color #cc97bf

%37.36
%27.66
%34.98

CMYK Percentages of Color #cc97bf

%0
%26
%6
%20

Triadic Colors of #cc97bf

#cc97bf #bfcc97 #97bfcc

Analogous Colors of #cc97bf

#cc97bf #cc97a5 #bf97cc

Monochromatic Colors of #cc97bf

#cc97bf

Complementary Color

#cc97bf #97cca4

#cc97bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc97bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc97bf Color CSS Codes

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

#cc97bf Text Font Color

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

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


#cc97bf Background Color

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

This div background color is #cc97bf


#cc97bf Border Color

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

This div border color is #cc97bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc97bf


Comments

No comments written yet.

Please login to write comment.