Color Hex Logo

#c3aabd Color Hex

#C3AABD
(195,170,189)
0 Favorites   0 Comments

Color spaces of #c3aabd

RGB 195170189
HSL0.870.170.72
HSV314°13°76°
CMYK 0.000.130.03   0.24
XYZ46.065744.025754.2140
Yxy44.02570.31920.3051
Hunter Lab66.35197.8103-1.9977
CIE-Lab72.245712.3809-6.3710

#c3aabd color RGB value is (195,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101010 10111101
Octal 303 252 275
Decimal 195 170 189
Hex C3 AA BD

RGB Percentages of Color #c3aabd

%35.20
%30.69
%34.12

CMYK Percentages of Color #c3aabd

%0
%13
%3
%24

Triadic Colors of #c3aabd

#c3aabd #bdc3aa #aabdc3

Analogous Colors of #c3aabd

#c3aabd #c3aab1 #bdaac3

Monochromatic Colors of #c3aabd

#c3aabd

Complementary Color

#c3aabd #aac3b0

#c3aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aabd Color CSS Codes

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

#c3aabd Text Font Color

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

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


#c3aabd Background Color

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

This div background color is #c3aabd


#c3aabd Border Color

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

This div border color is #c3aabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,170,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 #c3aabd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aabd


Comments

No comments written yet.

Please login to write comment.