Color Hex Logo

#c3acbd Color Hex

#C3ACBD
(195,172,189)
1 Favorites   0 Comments

Color spaces of #c3acbd

RGB 195172189
HSL0.880.160.72
HSV316°12°76°
CMYK 0.000.120.03   0.24
XYZ46.443544.781354.3399
Yxy44.78130.31910.3076
Hunter Lab66.91886.7759-1.3019
CIE-Lab72.747711.2880-5.6281

#c3acbd color RGB value is (195,172,189).

#c3acbd hex color red value is 195, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c3acbd hue: 0.88 , saturation: 0.16 and the lightness value of c3acbd is 0.72.

The process color (four color CMYK) of #c3acbd color hex is 0.00, 0.12, 0.03, 0.24. Web safe color of #c3acbd is #cc99cc. Color #c3acbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101100 10111101
Octal 303 254 275
Decimal 195 172 189
Hex C3 AC BD

RGB Percentages of Color #c3acbd

%35.07
%30.94
%33.99

CMYK Percentages of Color #c3acbd

%0
%12
%3
%24

Triadic Colors of #c3acbd

#c3acbd #bdc3ac #acbdc3

Analogous Colors of #c3acbd

#c3acbd #c3acb2 #beacc3

Monochromatic Colors of #c3acbd

#c3acbd

Complementary Color

#c3acbd #acc3b2

#c3acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3acbd Color CSS Codes

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

#c3acbd Text Font Color

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

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


#c3acbd Background Color

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

This div background color is #c3acbd


#c3acbd Border Color

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

This div border color is #c3acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3acbd


Comments

No comments written yet.

Please login to write comment.