Color Hex Logo

#c3acc7 Color Hex

#C3ACC7
(195,172,199)
0 Favorites   0 Comments

Color spaces of #c3acc7

RGB 195172199
HSL0.810.190.73
HSV291°14°78°
CMYK 0.020.140.00   0.22
XYZ47.567045.230760.2562
Yxy45.23070.31080.2955
Hunter Lab67.25388.5547-6.0434
CIE-Lab73.043513.1629-10.6782

#c3acc7 color RGB value is (195,172,199).

#c3acc7 hex color red value is 195, green value is 172 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #c3acc7 hue: 0.81 , saturation: 0.19 and the lightness value of c3acc7 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101100 11000111
Octal 303 254 307
Decimal 195 172 199
Hex C3 AC C7

RGB Percentages of Color #c3acc7

%34.45
%30.39
%35.16

CMYK Percentages of Color #c3acc7

%2
%14
%0
%22

Triadic Colors of #c3acc7

#c3acc7 #c7c3ac #acc7c3

Analogous Colors of #c3acc7

#c3acc7 #c7acbe #b6acc7

Monochromatic Colors of #c3acc7

#c3acc7

Complementary Color

#c3acc7 #b0c7ac

#c3acc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3acc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3acc7 Color CSS Codes

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

#c3acc7 Text Font Color

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

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


#c3acc7 Background Color

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

This div background color is #c3acc7


#c3acc7 Border Color

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

This div border color is #c3acc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3acc7


Comments

No comments written yet.

Please login to write comment.