Color Hex Logo

#c1a1cc Color Hex

#C1A1CC
(193,161,204)
0 Favorites   0 Comments

Color spaces of #c1a1cc

RGB 193161204
HSL0.790.300.72
HSV285°21°80°
CMYK 0.050.210.00   0.20
XYZ45.636341.186862.6713
Yxy41.18680.30530.2755
Hunter Lab64.176914.6219-12.9751
CIE-Lab70.306619.5149-17.5621

#c1a1cc color RGB value is (193,161,204).

#c1a1cc hex color red value is 193, green value is 161 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c1a1cc hue: 0.79 , saturation: 0.30 and the lightness value of c1a1cc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10100001 11001100
Octal 301 241 314
Decimal 193 161 204
Hex C1 A1 CC

RGB Percentages of Color #c1a1cc

%34.59
%28.85
%36.56

CMYK Percentages of Color #c1a1cc

%5
%21
%0
%20

Triadic Colors of #c1a1cc

#c1a1cc #ccc1a1 #a1ccc1

Analogous Colors of #c1a1cc

#c1a1cc #cca1c2 #aca1cc

Monochromatic Colors of #c1a1cc

#c1a1cc

Complementary Color

#c1a1cc #accca1

#c1a1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a1cc Color CSS Codes

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

#c1a1cc Text Font Color

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

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


#c1a1cc Background Color

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

This div background color is #c1a1cc


#c1a1cc Border Color

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

This div border color is #c1a1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a1cc


Comments

No comments written yet.

Please login to write comment.