Color Hex Logo

#c199cb Color Hex

#C199CB
(193,153,203)
0 Favorites   0 Comments

Color spaces of #c199cb

RGB 193153203
HSL0.800.320.70
HSV288°25°80°
CMYK 0.050.250.00   0.20
XYZ44.163038.431761.5903
Yxy38.43170.30630.2665
Hunter Lab61.993318.6721-15.5093
CIE-Lab68.337623.7425-19.9949

#c199cb color RGB value is (193,153,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 11001011
Octal 301 231 313
Decimal 193 153 203
Hex C1 99 CB

RGB Percentages of Color #c199cb

%35.15
%27.87
%36.98

CMYK Percentages of Color #c199cb

%5
%25
%0
%20

Triadic Colors of #c199cb

#c199cb #cbc199 #99cbc1

Analogous Colors of #c199cb

#c199cb #cb99bc #a899cb

Monochromatic Colors of #c199cb

#c199cb

Complementary Color

#c199cb #a3cb99

#c199cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c199cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c199cb Color CSS Codes

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

#c199cb Text Font Color

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

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


#c199cb Background Color

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

This div background color is #c199cb


#c199cb Border Color

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

This div border color is #c199cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,153,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c199cb


Comments

No comments written yet.

Please login to write comment.