Color Hex Logo

#c0abba Color Hex

#C0ABBA
(192,171,186)
0 Favorites   0 Comments

Color spaces of #c0abba

RGB 192171186
HSL0.880.140.71
HSV317°11°75°
CMYK 0.000.110.03   0.25
XYZ45.164143.877552.5432
Yxy43.87750.31900.3099
Hunter Lab66.24015.7855-0.6622
CIE-Lab72.146510.2290-4.8964

#c0abba color RGB value is (192,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101011 10111010
Octal 300 253 272
Decimal 192 171 186
Hex C0 AB BA

RGB Percentages of Color #c0abba

%34.97
%31.15
%33.88

CMYK Percentages of Color #c0abba

%0
%11
%3
%25

Triadic Colors of #c0abba

#c0abba #bac0ab #abbac0

Analogous Colors of #c0abba

#c0abba #c0abb0 #bcabc0

Monochromatic Colors of #c0abba

#c0abba

Complementary Color

#c0abba #abc0b1

#c0abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0abba Color CSS Codes

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

#c0abba Text Font Color

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

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


#c0abba Background Color

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

This div background color is #c0abba


#c0abba Border Color

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

This div border color is #c0abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0abba


Comments

No comments written yet.

Please login to write comment.