Color Hex Logo

#c097cc Color Hex

#C097CC
(192,151,204)
0 Favorites   0 Comments

Color spaces of #c097cc

RGB 192151204
HSL0.800.340.70
HSV286°26°80°
CMYK 0.060.260.00   0.20
XYZ43.703937.699362.1000
Yxy37.69930.30460.2627
Hunter Lab61.399819.6054-16.9864
CIE-Lab67.798424.7200-21.3795

#c097cc color RGB value is (192,151,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 11001100
Octal 300 227 314
Decimal 192 151 204
Hex C0 97 CC

RGB Percentages of Color #c097cc

%35.10
%27.61
%37.29

CMYK Percentages of Color #c097cc

%6
%26
%0
%20

Triadic Colors of #c097cc

#c097cc #ccc097 #97ccc0

Analogous Colors of #c097cc

#c097cc #cc97be #a697cc

Monochromatic Colors of #c097cc

#c097cc

Complementary Color

#c097cc #a3cc97

#c097cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c097cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c097cc Color CSS Codes

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

#c097cc Text Font Color

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

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


#c097cc Background Color

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

This div background color is #c097cc


#c097cc Border Color

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

This div border color is #c097cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c097cc


Comments

No comments written yet.

Please login to write comment.