Color Hex Logo

#c1acdd Color Hex

#C1ACDD
(193,172,221)
0 Favorites   0 Comments

Color spaces of #c1acdd

RGB 193172221
HSL0.740.420.77
HSV266°22°87°
CMYK 0.130.220.00   0.13
XYZ49.796046.063074.6731
Yxy46.06300.29200.2701
Hunter Lab67.869712.1934-17.7245
CIE-Lab73.586416.9294-21.9134

#c1acdd color RGB value is (193,172,221).

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

The process color (four color CMYK) of #c1acdd color hex is 0.13, 0.22, 0.00, 0.13. Web safe color of #c1acdd is #cc99cc. Color #c1acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101100 11011101
Octal 301 254 335
Decimal 193 172 221
Hex C1 AC DD

RGB Percentages of Color #c1acdd

%32.94
%29.35
%37.71

CMYK Percentages of Color #c1acdd

%13
%22
%0
%13

Triadic Colors of #c1acdd

#c1acdd #ddc1ac #acddc1

Analogous Colors of #c1acdd

#c1acdd #daacdd #acb0dd

Monochromatic Colors of #c1acdd

#c1acdd

Complementary Color

#c1acdd #c8ddac

#c1acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1acdd Color CSS Codes

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

#c1acdd Text Font Color

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

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


#c1acdd Background Color

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

This div background color is #c1acdd


#c1acdd Border Color

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

This div border color is #c1acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1acdd


Comments

No comments written yet.

Please login to write comment.