Color Hex Logo

#c3aacd Color Hex

#C3AACD
(195,170,205)
0 Favorites   0 Comments

Color spaces of #c3aacd

RGB 195170205
HSL0.790.260.74
HSV283°17°80°
CMYK 0.050.170.00   0.20
XYZ47.899844.759363.8724
Yxy44.75930.30600.2859
Hunter Lab66.902410.7206-9.7731
CIE-Lab72.733115.4246-14.4346

#c3aacd color RGB value is (195,170,205).

#c3aacd hex color red value is 195, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c3aacd hue: 0.79 , saturation: 0.26 and the lightness value of c3aacd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101010 11001101
Octal 303 252 315
Decimal 195 170 205
Hex C3 AA CD

RGB Percentages of Color #c3aacd

%34.21
%29.82
%35.96

CMYK Percentages of Color #c3aacd

%5
%17
%0
%20

Triadic Colors of #c3aacd

#c3aacd #cdc3aa #aacdc3

Analogous Colors of #c3aacd

#c3aacd #cdaac6 #b2aacd

Monochromatic Colors of #c3aacd

#c3aacd

Complementary Color

#c3aacd #b4cdaa

#c3aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aacd Color CSS Codes

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

#c3aacd Text Font Color

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

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


#c3aacd Background Color

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

This div background color is #c3aacd


#c3aacd Border Color

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

This div border color is #c3aacd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,170,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aacd


Comments

No comments written yet.

Please login to write comment.