Color Hex Logo

#c1aacc Color Hex

#C1AACC
(193,170,204)
0 Favorites   0 Comments

Color spaces of #c1aacc

RGB 193170204
HSL0.780.250.73
HSV281°17°80°
CMYK 0.050.170.00   0.20
XYZ47.266144.446563.2146
Yxy44.44650.30510.2869
Hunter Lab66.66829.8827-9.5509
CIE-Lab72.525914.5552-14.2151

#c1aacc color RGB value is (193,170,204).

#c1aacc hex color red value is 193, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c1aacc hue: 0.78 , saturation: 0.25 and the lightness value of c1aacc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101010 11001100
Octal 301 252 314
Decimal 193 170 204
Hex C1 AA CC

RGB Percentages of Color #c1aacc

%34.04
%29.98
%35.98

CMYK Percentages of Color #c1aacc

%5
%17
%0
%20

Triadic Colors of #c1aacc

#c1aacc #ccc1aa #aaccc1

Analogous Colors of #c1aacc

#c1aacc #ccaac6 #b0aacc

Monochromatic Colors of #c1aacc

#c1aacc

Complementary Color

#c1aacc #b5ccaa

#c1aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aacc Color CSS Codes

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

#c1aacc Text Font Color

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

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


#c1aacc Background Color

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

This div background color is #c1aacc


#c1aacc Border Color

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

This div border color is #c1aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aacc


Comments

No comments written yet.

Please login to write comment.