Color Hex Logo

#c1a1dc Color Hex

#C1A1DC
(193,161,220)
0 Favorites   0 Comments

Color spaces of #c1a1dc

RGB 193161220
HSL0.760.460.75
HSV273°27°86°
CMYK 0.120.270.00   0.14
XYZ47.655541.994573.3042
Yxy41.99450.29240.2577
Hunter Lab64.803217.8613-21.7056
CIE-Lab70.867122.7901-25.5174

#c1a1dc color RGB value is (193,161,220).

#c1a1dc hex color red value is 193, green value is 161 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c1a1dc hue: 0.76 , saturation: 0.46 and the lightness value of c1a1dc is 0.75.

The process color (four color CMYK) of #c1a1dc color hex is 0.12, 0.27, 0.00, 0.14. Web safe color of #c1a1dc is #cc99cc. Color #c1a1dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10100001 11011100
Octal 301 241 334
Decimal 193 161 220
Hex C1 A1 DC

RGB Percentages of Color #c1a1dc

%33.62
%28.05
%38.33

CMYK Percentages of Color #c1a1dc

%12
%27
%0
%14

Triadic Colors of #c1a1dc

#c1a1dc #dcc1a1 #a1dcc1

Analogous Colors of #c1a1dc

#c1a1dc #dca1da #a4a1dc

Monochromatic Colors of #c1a1dc

#c1a1dc

Complementary Color

#c1a1dc #bcdca1

#c1a1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1a1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1a1dc Color CSS Codes

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

#c1a1dc Text Font Color

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

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


#c1a1dc Background Color

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

This div background color is #c1a1dc


#c1a1dc Border Color

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

This div border color is #c1a1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1a1dc


Comments

No comments written yet.

Please login to write comment.