Color Hex Logo

#c3a8cc Color Hex

#C3A8CC
(195,168,204)
0 Favorites   0 Comments

Color spaces of #c3a8cc

RGB 195168204
HSL0.790.260.73
HSV285°18°80°
CMYK 0.040.180.00   0.20
XYZ47.407443.967063.1146
Yxy43.96700.30690.2846
Hunter Lab66.307611.5823-10.0196
CIE-Lab72.206416.3267-14.6779

#c3a8cc color RGB value is (195,168,204).

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

The process color (four color CMYK) of #c3a8cc color hex is 0.04, 0.18, 0.00, 0.20. Web safe color of #c3a8cc is #cc99cc. Color #c3a8cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101000 11001100
Octal 303 250 314
Decimal 195 168 204
Hex C3 A8 CC

RGB Percentages of Color #c3a8cc

%34.39
%29.63
%35.98

CMYK Percentages of Color #c3a8cc

%4
%18
%0
%20

Triadic Colors of #c3a8cc

#c3a8cc #ccc3a8 #a8ccc3

Analogous Colors of #c3a8cc

#c3a8cc #cca8c3 #b1a8cc

Monochromatic Colors of #c3a8cc

#c3a8cc

Complementary Color

#c3a8cc #b1cca8

#c3a8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3a8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3a8cc Color CSS Codes

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

#c3a8cc Text Font Color

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

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


#c3a8cc Background Color

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

This div background color is #c3a8cc


#c3a8cc Border Color

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

This div border color is #c3a8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3a8cc


Comments

No comments written yet.

Please login to write comment.