Color Hex Logo

#c196cc Color Hex

#C196CC
(193,150,204)
0 Favorites   0 Comments

Color spaces of #c196cc

RGB 193150204
HSL0.800.350.69
HSV288°26°80°
CMYK 0.050.260.00   0.20
XYZ43.797737.509862.0585
Yxy37.50980.30550.2616
Hunter Lab61.245220.4697-17.2056
CIE-Lab67.657825.6021-21.5851

#c196cc color RGB value is (193,150,204).

#c196cc hex color red value is 193, green value is 150 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c196cc hue: 0.80 , saturation: 0.35 and the lightness value of c196cc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010110 11001100
Octal 301 226 314
Decimal 193 150 204
Hex C1 96 CC

RGB Percentages of Color #c196cc

%35.28
%27.42
%37.29

CMYK Percentages of Color #c196cc

%5
%26
%0
%20

Triadic Colors of #c196cc

#c196cc #ccc196 #96ccc1

Analogous Colors of #c196cc

#c196cc #cc96bc #a696cc

Monochromatic Colors of #c196cc

#c196cc

Complementary Color

#c196cc #a1cc96

#c196cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c196cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c196cc Color CSS Codes

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

#c196cc Text Font Color

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

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


#c196cc Background Color

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

This div background color is #c196cc


#c196cc Border Color

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

This div border color is #c196cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c196cc


Comments

No comments written yet.

Please login to write comment.