Color Hex Logo

#c3aaca Color Hex

#C3AACA
(195,170,202)
0 Favorites   0 Comments

Color spaces of #c3aaca

RGB 195170202
HSL0.800.230.73
HSV287°16°79°
CMYK 0.030.160.00   0.21
XYZ47.541144.615861.9831
Yxy44.61580.30840.2894
Hunter Lab66.795110.1553-8.2622
CIE-Lab72.638214.8381-12.9310

#c3aaca color RGB value is (195,170,202).

#c3aaca hex color red value is 195, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c3aaca hue: 0.80 , saturation: 0.23 and the lightness value of c3aaca is 0.73.

The process color (four color CMYK) of #c3aaca color hex is 0.03, 0.16, 0.00, 0.21. Web safe color of #c3aaca is #cc99cc. Color #c3aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101010 11001010
Octal 303 252 312
Decimal 195 170 202
Hex C3 AA CA

RGB Percentages of Color #c3aaca

%34.39
%29.98
%35.63

CMYK Percentages of Color #c3aaca

%3
%16
%0
%21

Triadic Colors of #c3aaca

#c3aaca #cac3aa #aacac3

Analogous Colors of #c3aaca

#c3aaca #caaac1 #b3aaca

Monochromatic Colors of #c3aaca

#c3aaca

Complementary Color

#c3aaca #b1caaa

#c3aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aaca Color CSS Codes

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

#c3aaca Text Font Color

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

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


#c3aaca Background Color

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

This div background color is #c3aaca


#c3aaca Border Color

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

This div border color is #c3aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aaca


Comments

No comments written yet.

Please login to write comment.