Color Hex Logo

#c8acc0 Color Hex

#C8ACC0
(200,172,192)
0 Favorites   0 Comments

Color spaces of #c8acc0

RGB 200172192
HSL0.880.200.73
HSV317°14°78°
CMYK 0.000.140.04   0.22
XYZ48.086445.590256.1345
Yxy45.59020.32100.3043
Hunter Lab67.52058.9623-2.0275
CIE-Lab73.278813.5884-6.4398

#c8acc0 color RGB value is (200,172,192).

#c8acc0 hex color red value is 200, green value is 172 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #c8acc0 hue: 0.88 , saturation: 0.20 and the lightness value of c8acc0 is 0.73.

The process color (four color CMYK) of #c8acc0 color hex is 0.00, 0.14, 0.04, 0.22. Web safe color of #c8acc0 is #cc99cc. Color #c8acc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 11000000
Octal 310 254 300
Decimal 200 172 192
Hex C8 AC C0

RGB Percentages of Color #c8acc0

%35.46
%30.50
%34.04

CMYK Percentages of Color #c8acc0

%0
%14
%4
%22

Triadic Colors of #c8acc0

#c8acc0 #c0c8ac #acc0c8

Analogous Colors of #c8acc0

#c8acc0 #c8acb2 #c2acc8

Monochromatic Colors of #c8acc0

#c8acc0

Complementary Color

#c8acc0 #acc8b4

#c8acc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8acc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8acc0 Color CSS Codes

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

#c8acc0 Text Font Color

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

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


#c8acc0 Background Color

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

This div background color is #c8acc0


#c8acc0 Border Color

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

This div border color is #c8acc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8acc0


Comments

No comments written yet.

Please login to write comment.