Color Hex Logo

#c3acdb Color Hex

#C3ACDB
(195,172,219)
0 Favorites   0 Comments

Color spaces of #c3acdb

RGB 195172219
HSL0.750.390.77
HSV269°21°86°
CMYK 0.110.210.00   0.14
XYZ50.044446.221673.3019
Yxy46.22160.29510.2726
Hunter Lab67.986512.4164-16.3350
CIE-Lab73.689117.1558-20.6501

#c3acdb color RGB value is (195,172,219).

#c3acdb hex color red value is 195, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c3acdb hue: 0.75 , saturation: 0.39 and the lightness value of c3acdb is 0.77.

The process color (four color CMYK) of #c3acdb color hex is 0.11, 0.21, 0.00, 0.14. Web safe color of #c3acdb is #cc99cc. Color #c3acdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101100 11011011
Octal 303 254 333
Decimal 195 172 219
Hex C3 AC DB

RGB Percentages of Color #c3acdb

%33.28
%29.35
%37.37

CMYK Percentages of Color #c3acdb

%11
%21
%0
%14

Triadic Colors of #c3acdb

#c3acdb #dbc3ac #acdbc3

Analogous Colors of #c3acdb

#c3acdb #dbacdb #acaddb

Monochromatic Colors of #c3acdb

#c3acdb

Complementary Color

#c3acdb #c4dbac

#c3acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3acdb Color CSS Codes

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

#c3acdb Text Font Color

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

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


#c3acdb Background Color

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

This div background color is #c3acdb


#c3acdb Border Color

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

This div border color is #c3acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3acdb


Comments

No comments written yet.

Please login to write comment.