Color Hex Logo

#c1abbb Color Hex

#C1ABBB
(193,171,187)
0 Favorites   0 Comments

Color spaces of #c1abbb

RGB 193171187
HSL0.880.150.71
HSV316°11°76°
CMYK 0.000.110.03   0.24
XYZ45.524944.051153.1170
Yxy44.05110.31900.3087
Hunter Lab66.37106.2867-0.9903
CIE-Lab72.262610.7648-5.2652

#c1abbb color RGB value is (193,171,187).

#c1abbb hex color red value is 193, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c1abbb hue: 0.88 , saturation: 0.15 and the lightness value of c1abbb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101011 10111011
Octal 301 253 273
Decimal 193 171 187
Hex C1 AB BB

RGB Percentages of Color #c1abbb

%35.03
%31.03
%33.94

CMYK Percentages of Color #c1abbb

%0
%11
%3
%24

Triadic Colors of #c1abbb

#c1abbb #bbc1ab #abbbc1

Analogous Colors of #c1abbb

#c1abbb #c1abb0 #bcabc1

Monochromatic Colors of #c1abbb

#c1abbb

Complementary Color

#c1abbb #abc1b1

#c1abbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1abbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1abbb Color CSS Codes

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

#c1abbb Text Font Color

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

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


#c1abbb Background Color

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

This div background color is #c1abbb


#c1abbb Border Color

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

This div border color is #c1abbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1abbb


Comments

No comments written yet.

Please login to write comment.