Color Hex Logo

#c0abca Color Hex

#C0ABCA
(192,171,202)
0 Favorites   0 Comments

Color spaces of #c0abca

RGB 192171202
HSL0.780.230.73
HSV281°15°79°
CMYK 0.050.150.00   0.21
XYZ46.961844.596662.0100
Yxy44.59660.30580.2904
Hunter Lab66.78078.6593-8.3080
CIE-Lab72.625513.2742-12.9769

#c0abca color RGB value is (192,171,202).

#c0abca hex color red value is 192, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c0abca hue: 0.78 , saturation: 0.23 and the lightness value of c0abca is 0.73.

The process color (four color CMYK) of #c0abca color hex is 0.05, 0.15, 0.00, 0.21. Web safe color of #c0abca is #cc99cc. Color #c0abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101011 11001010
Octal 300 253 312
Decimal 192 171 202
Hex C0 AB CA

RGB Percentages of Color #c0abca

%33.98
%30.27
%35.75

CMYK Percentages of Color #c0abca

%5
%15
%0
%21

Triadic Colors of #c0abca

#c0abca #cac0ab #abcac0

Analogous Colors of #c0abca

#c0abca #caabc5 #b1abca

Monochromatic Colors of #c0abca

#c0abca

Complementary Color

#c0abca #b5caab

#c0abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0abca Color CSS Codes

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

#c0abca Text Font Color

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

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


#c0abca Background Color

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

This div background color is #c0abca


#c0abca Border Color

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

This div border color is #c0abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0abca


Comments

No comments written yet.

Please login to write comment.