Color Hex Logo

#c1afcc Color Hex

#C1AFCC
(193,175,204)
0 Favorites   0 Comments

Color spaces of #c1afcc

RGB 193175204
HSL0.770.220.74
HSV277°14°80°
CMYK 0.050.140.00   0.20
XYZ48.221446.357063.5330
Yxy46.35700.30500.2932
Hunter Lab68.08607.2709-7.6650
CIE-Lab73.776611.8154-12.3384

#c1afcc color RGB value is (193,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101111 11001100
Octal 301 257 314
Decimal 193 175 204
Hex C1 AF CC

RGB Percentages of Color #c1afcc

%33.74
%30.59
%35.66

CMYK Percentages of Color #c1afcc

%5
%14
%0
%20

Triadic Colors of #c1afcc

#c1afcc #ccc1af #afccc1

Analogous Colors of #c1afcc

#c1afcc #ccafc9 #b3afcc

Monochromatic Colors of #c1afcc

#c1afcc

Complementary Color

#c1afcc #baccaf

#c1afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1afcc Color CSS Codes

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

#c1afcc Text Font Color

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

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


#c1afcc Background Color

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

This div background color is #c1afcc


#c1afcc Border Color

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

This div border color is #c1afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1afcc


Comments

No comments written yet.

Please login to write comment.