Color Hex Logo

#c3abbb Color Hex

#C3ABBB
(195,171,187)
0 Favorites   0 Comments

Color spaces of #c3abbb

RGB 195171187
HSL0.890.170.72
HSV320°12°76°
CMYK 0.000.120.04   0.24
XYZ46.038244.315853.1410
Yxy44.31580.32080.3088
Hunter Lab66.57016.9484-0.7304
CIE-Lab72.439111.4691-4.9847

#c3abbb color RGB value is (195,171,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101011 10111011
Octal 303 253 273
Decimal 195 171 187
Hex C3 AB BB

RGB Percentages of Color #c3abbb

%35.26
%30.92
%33.82

CMYK Percentages of Color #c3abbb

%0
%12
%4
%24

Triadic Colors of #c3abbb

#c3abbb #bbc3ab #abbbc3

Analogous Colors of #c3abbb

#c3abbb #c3abaf #bfabc3

Monochromatic Colors of #c3abbb

#c3abbb

Complementary Color

#c3abbb #abc3b3

#c3abbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3abbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3abbb Color CSS Codes

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

#c3abbb Text Font Color

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

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


#c3abbb Background Color

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

This div background color is #c3abbb


#c3abbb Border Color

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

This div border color is #c3abbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3abbb


Comments

No comments written yet.

Please login to write comment.