Color Hex Logo

#c9abff Color Hex

#C9ABFF
(201,171,255)
0 Favorites   0 Comments

Color spaces of #c9abff

RGB 201171255
HSL0.731.000.84
HSV261°33°100°
CMYK 0.210.330.00   0.00
XYZ56.700348.7633101.0316
Yxy48.76330.27460.2361
Hunter Lab69.830722.7325-36.8997
CIE-Lab75.303827.3555-37.6519

#c9abff color RGB value is (201,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101011 11111111
Octal 311 253 377
Decimal 201 171 255
Hex C9 AB FF

RGB Percentages of Color #c9abff

%32.06
%27.27
%40.67

CMYK Percentages of Color #c9abff

%21
%33
%0
%0

Triadic Colors of #c9abff

#c9abff #ffc9ab #abffc9

Analogous Colors of #c9abff

#c9abff #f3abff #abb7ff

Monochromatic Colors of #c9abff

#c9abff

Complementary Color

#c9abff #e1ffab

#c9abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9abff Color CSS Codes

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

#c9abff Text Font Color

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

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


#c9abff Background Color

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

This div background color is #c9abff


#c9abff Border Color

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

This div border color is #c9abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9abff


Comments

No comments written yet.

Please login to write comment.