Color Hex Logo

#c1a9ce Color Hex

#C1A9CE
(193,169,206)
0 Favorites   0 Comments

Color spaces of #c1a9ce

RGB 193169206
HSL0.770.270.74
HSV279°18°81°
CMYK 0.060.180.00   0.19
XYZ47.320944.169664.4240
Yxy44.16960.30350.2833
Hunter Lab66.460210.7899-10.9513
CIE-Lab72.341715.5023-15.5900

#c1a9ce color RGB value is (193,169,206).

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

The process color (four color CMYK) of #c1a9ce color hex is 0.06, 0.18, 0.00, 0.19. Web safe color of #c1a9ce is #cc99cc. Color #c1a9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101001 11001110
Octal 301 251 316
Decimal 193 169 206
Hex C1 A9 CE

RGB Percentages of Color #c1a9ce

%33.98
%29.75
%36.27

CMYK Percentages of Color #c1a9ce

%6
%18
%0
%19

Triadic Colors of #c1a9ce

#c1a9ce #cec1a9 #a9cec1

Analogous Colors of #c1a9ce

#c1a9ce #cea9c9 #afa9ce

Monochromatic Colors of #c1a9ce

#c1a9ce

Complementary Color

#c1a9ce #b6cea9

#c1a9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a9ce Color CSS Codes

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

#c1a9ce Text Font Color

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

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


#c1a9ce Background Color

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

This div background color is #c1a9ce


#c1a9ce Border Color

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

This div border color is #c1a9ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,169,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a9ce


Comments

No comments written yet.

Please login to write comment.