Color Hex Logo

#c199cc Color Hex

#C199CC
(193,153,204)
0 Favorites   0 Comments

Color spaces of #c199cc

RGB 193153204
HSL0.800.330.70
HSV287°25°80°
CMYK 0.050.250.00   0.20
XYZ44.282638.479662.2201
Yxy38.47960.30540.2654
Hunter Lab62.031918.8695-16.0475
CIE-Lab68.372623.9408-20.4964

#c199cc color RGB value is (193,153,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 11001100
Octal 301 231 314
Decimal 193 153 204
Hex C1 99 CC

RGB Percentages of Color #c199cc

%35.09
%27.82
%37.09

CMYK Percentages of Color #c199cc

%5
%25
%0
%20

Triadic Colors of #c199cc

#c199cc #ccc199 #99ccc1

Analogous Colors of #c199cc

#c199cc #cc99be #a899cc

Monochromatic Colors of #c199cc

#c199cc

Complementary Color

#c199cc #a4cc99

#c199cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c199cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c199cc Color CSS Codes

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

#c199cc Text Font Color

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

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


#c199cc Background Color

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

This div background color is #c199cc


#c199cc Border Color

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

This div border color is #c199cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c199cc


Comments

No comments written yet.

Please login to write comment.