Color Hex Logo

#c0abbe Color Hex

#C0ABBE
(192,171,190)
0 Favorites   0 Comments

Color spaces of #c0abbe

RGB 192171190
HSL0.850.140.71
HSV306°11°75°
CMYK 0.000.110.01   0.25
XYZ45.595444.050054.8146
Yxy44.05000.31560.3049
Hunter Lab66.37026.4792-2.5080
CIE-Lab72.261910.9698-6.9262

#c0abbe color RGB value is (192,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101011 10111110
Octal 300 253 276
Decimal 192 171 190
Hex C0 AB BE

RGB Percentages of Color #c0abbe

%34.72
%30.92
%34.36

CMYK Percentages of Color #c0abbe

%0
%11
%1
%25

Triadic Colors of #c0abbe

#c0abbe #bec0ab #abbec0

Analogous Colors of #c0abbe

#c0abbe #c0abb4 #b8abc0

Monochromatic Colors of #c0abbe

#c0abbe

Complementary Color

#c0abbe #abc0ad

#c0abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0abbe Color CSS Codes

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

#c0abbe Text Font Color

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

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


#c0abbe Background Color

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

This div background color is #c0abbe


#c0abbe Border Color

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

This div border color is #c0abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0abbe


Comments

No comments written yet.

Please login to write comment.