Color Hex Logo

#c3afcc Color Hex

#C3AFCC
(195,175,204)
0 Favorites   0 Comments

Color spaces of #c3afcc

RGB 195175204
HSL0.780.220.74
HSV281°14°80°
CMYK 0.040.140.00   0.20
XYZ48.734746.621763.5570
Yxy46.62170.30670.2934
Hunter Lab68.28017.9137-7.3927
CIE-Lab73.947112.4903-12.0654

#c3afcc color RGB value is (195,175,204).

#c3afcc hex color red value is 195, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c3afcc hue: 0.78 , saturation: 0.22 and the lightness value of c3afcc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101111 11001100
Octal 303 257 314
Decimal 195 175 204
Hex C3 AF CC

RGB Percentages of Color #c3afcc

%33.97
%30.49
%35.54

CMYK Percentages of Color #c3afcc

%4
%14
%0
%20

Triadic Colors of #c3afcc

#c3afcc #ccc3af #afccc3

Analogous Colors of #c3afcc

#c3afcc #ccafc7 #b5afcc

Monochromatic Colors of #c3afcc

#c3afcc

Complementary Color

#c3afcc #b8ccaf

#c3afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3afcc Color CSS Codes

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

#c3afcc Text Font Color

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

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


#c3afcc Background Color

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

This div background color is #c3afcc


#c3afcc Border Color

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

This div border color is #c3afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3afcc


Comments

No comments written yet.

Please login to write comment.