Color Hex Logo

#c0abde Color Hex

#C0ABDE
(192,171,222)
1 Favorites   0 Comments

Color spaces of #c0abde

RGB 192171222
HSL0.740.440.77
HSV265°23°87°
CMYK 0.140.230.00   0.13
XYZ49.486045.606275.3019
Yxy45.60620.29040.2677
Hunter Lab67.532412.6186-18.8386
CIE-Lab73.289317.3719-22.9194

#c0abde color RGB value is (192,171,222).

#c0abde hex color red value is 192, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c0abde hue: 0.74 , saturation: 0.44 and the lightness value of c0abde is 0.77.

The process color (four color CMYK) of #c0abde color hex is 0.14, 0.23, 0.00, 0.13. Web safe color of #c0abde is #cc99cc. Color #c0abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101011 11011110
Octal 300 253 336
Decimal 192 171 222
Hex C0 AB DE

RGB Percentages of Color #c0abde

%32.82
%29.23
%37.95

CMYK Percentages of Color #c0abde

%14
%23
%0
%13

Triadic Colors of #c0abde

#c0abde #dec0ab #abdec0

Analogous Colors of #c0abde

#c0abde #daabde #abb0de

Monochromatic Colors of #c0abde

#c0abde

Complementary Color

#c0abde #c9deab

#c0abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0abde Color CSS Codes

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

#c0abde Text Font Color

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

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


#c0abde Background Color

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

This div background color is #c0abde


#c0abde Border Color

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

This div border color is #c0abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0abde


Comments

No comments written yet.

Please login to write comment.