Color Hex Logo

#c0abff Color Hex

#C0ABFF
(192,171,255)
0 Favorites   0 Comments

Color spaces of #c0abff

RGB 192171255
HSL0.711.000.84
HSV255°33°100°
CMYK 0.250.330.00   0.00
XYZ54.351147.5523100.9216
Yxy47.55230.26800.2344
Hunter Lab68.958220.0124-38.5013
CIE-Lab74.541724.7455-38.8952

#c0abff color RGB value is (192,171,255).

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

The process color (four color CMYK) of #c0abff color hex is 0.25, 0.33, 0.00, 0.00. Web safe color of #c0abff is #cc99ff. Color #c0abff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101011 11111111
Octal 300 253 377
Decimal 192 171 255
Hex C0 AB FF

RGB Percentages of Color #c0abff

%31.07
%27.67
%41.26

CMYK Percentages of Color #c0abff

%25
%33
%0
%0

Triadic Colors of #c0abff

#c0abff #ffc0ab #abffc0

Analogous Colors of #c0abff

#c0abff #eaabff #abc0ff

Monochromatic Colors of #c0abff

#c0abff

Complementary Color

#c0abff #eaffab

#c0abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0abff Color CSS Codes

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

#c0abff Text Font Color

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

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


#c0abff Background Color

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

This div background color is #c0abff


#c0abff Border Color

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

This div border color is #c0abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0abff

Related Colors

#c0abff Color Palettes


Comments

No comments written yet.

Please login to write comment.