Color Hex Logo

#c8abff Color Hex

#C8ABFF
(200,171,255)
0 Favorites   0 Comments

Color spaces of #c8abff

RGB 200171255
HSL0.721.000.84
HSV261°33°100°
CMYK 0.220.330.00   0.00
XYZ56.432348.6252101.0190
Yxy48.62520.27380.2360
Hunter Lab69.731822.4253-37.0800
CIE-Lab75.217627.0632-37.7926

#c8abff color RGB value is (200,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101011 11111111
Octal 310 253 377
Decimal 200 171 255
Hex C8 AB FF

RGB Percentages of Color #c8abff

%31.95
%27.32
%40.73

CMYK Percentages of Color #c8abff

%22
%33
%0
%0

Triadic Colors of #c8abff

#c8abff #ffc8ab #abffc8

Analogous Colors of #c8abff

#c8abff #f2abff #abb8ff

Monochromatic Colors of #c8abff

#c8abff

Complementary Color

#c8abff #e2ffab

#c8abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8abff Color CSS Codes

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

#c8abff Text Font Color

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

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


#c8abff Background Color

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

This div background color is #c8abff


#c8abff Border Color

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

This div border color is #c8abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8abff

Related Colors


Comments

No comments written yet.

Please login to write comment.