Color Hex Logo

#c7acdd Color Hex

#C7ACDD
(199,172,221)
0 Favorites   0 Comments

Color spaces of #c7acdd

RGB 199172221
HSL0.760.420.77
HSV273°22°87°
CMYK 0.100.220.00   0.13
XYZ51.356946.867674.7462
Yxy46.86760.29690.2710
Hunter Lab68.459914.1013-16.8123
CIE-Lab74.105018.8624-21.0768

#c7acdd color RGB value is (199,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101100 11011101
Octal 307 254 335
Decimal 199 172 221
Hex C7 AC DD

RGB Percentages of Color #c7acdd

%33.61
%29.05
%37.33

CMYK Percentages of Color #c7acdd

%10
%22
%0
%13

Triadic Colors of #c7acdd

#c7acdd #ddc7ac #acddc7

Analogous Colors of #c7acdd

#c7acdd #ddacdb #afacdd

Monochromatic Colors of #c7acdd

#c7acdd

Complementary Color

#c7acdd #c2ddac

#c7acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7acdd Color CSS Codes

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

#c7acdd Text Font Color

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

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


#c7acdd Background Color

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

This div background color is #c7acdd


#c7acdd Border Color

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

This div border color is #c7acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7acdd


Comments

No comments written yet.

Please login to write comment.