Color Hex Logo

#c3aabb Color Hex

#C3AABB
(195,170,187)
0 Favorites   0 Comments

Color spaces of #c3aabb

RGB 195170187
HSL0.890.170.72
HSV319°13°76°
CMYK 0.000.130.04   0.24
XYZ45.850043.939453.0783
Yxy43.93940.32090.3076
Hunter Lab66.28687.4650-1.0749
CIE-Lab72.188012.0157-5.3557

#c3aabb color RGB value is (195,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101010 10111011
Octal 303 252 273
Decimal 195 170 187
Hex C3 AA BB

RGB Percentages of Color #c3aabb

%35.33
%30.80
%33.88

CMYK Percentages of Color #c3aabb

%0
%13
%4
%24

Triadic Colors of #c3aabb

#c3aabb #bbc3aa #aabbc3

Analogous Colors of #c3aabb

#c3aabb #c3aaaf #bfaac3

Monochromatic Colors of #c3aabb

#c3aabb

Complementary Color

#c3aabb #aac3b2

#c3aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aabb Color CSS Codes

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

#c3aabb Text Font Color

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

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


#c3aabb Background Color

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

This div background color is #c3aabb


#c3aabb Border Color

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

This div border color is #c3aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aabb


Comments

No comments written yet.

Please login to write comment.