Color Hex Logo

#c3acce Color Hex

#C3ACCE
(195,172,206)
0 Favorites   0 Comments

Color spaces of #c3acce

RGB 195172206
HSL0.780.260.74
HSV281°17°81°
CMYK 0.050.170.00   0.19
XYZ48.398845.563464.6362
Yxy45.56340.30520.2873
Hunter Lab67.50079.8605-9.5235
CIE-Lab73.261314.5248-14.1886

#c3acce color RGB value is (195,172,206).

#c3acce hex color red value is 195, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c3acce hue: 0.78 , saturation: 0.26 and the lightness value of c3acce is 0.74.

The process color (four color CMYK) of #c3acce color hex is 0.05, 0.17, 0.00, 0.19. Web safe color of #c3acce is #cc99cc. Color #c3acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101100 11001110
Octal 303 254 316
Decimal 195 172 206
Hex C3 AC CE

RGB Percentages of Color #c3acce

%34.03
%30.02
%35.95

CMYK Percentages of Color #c3acce

%5
%17
%0
%19

Triadic Colors of #c3acce

#c3acce #cec3ac #accec3

Analogous Colors of #c3acce

#c3acce #ceacc8 #b2acce

Monochromatic Colors of #c3acce

#c3acce

Complementary Color

#c3acce #b7ceac

#c3acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3acce Color CSS Codes

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

#c3acce Text Font Color

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

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


#c3acce Background Color

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

This div background color is #c3acce


#c3acce Border Color

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

This div border color is #c3acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3acce


Comments

No comments written yet.

Please login to write comment.