Color Hex Logo

#c1abba Color Hex

#C1ABBA
(193,171,186)
0 Favorites   0 Comments

Color spaces of #c1abba

RGB 193171186
HSL0.890.150.71
HSV319°11°76°
CMYK 0.000.110.04   0.24
XYZ45.418244.008452.5551
Yxy44.00840.31990.3100
Hunter Lab66.33886.1153-0.5337
CIE-Lab72.234110.5819-4.7573

#c1abba color RGB value is (193,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101011 10111010
Octal 301 253 272
Decimal 193 171 186
Hex C1 AB BA

RGB Percentages of Color #c1abba

%35.09
%31.09
%33.82

CMYK Percentages of Color #c1abba

%0
%11
%4
%24

Triadic Colors of #c1abba

#c1abba #bac1ab #abbac1

Analogous Colors of #c1abba

#c1abba #c1abaf #bdabc1

Monochromatic Colors of #c1abba

#c1abba

Complementary Color

#c1abba #abc1b2

#c1abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1abba Color CSS Codes

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

#c1abba Text Font Color

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

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


#c1abba Background Color

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

This div background color is #c1abba


#c1abba Border Color

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

This div border color is #c1abba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,171,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1abba


Comments

No comments written yet.

Please login to write comment.