Color Hex Logo

#c9abfa Color Hex

#C9ABFA
(201,171,250)
0 Favorites   0 Comments

Color spaces of #c9abfa

RGB 201171250
HSL0.730.890.83
HSV263°32°98°
CMYK 0.200.320.00   0.02
XYZ55.905648.445596.8468
Yxy48.44550.27790.2408
Hunter Lab69.602821.5679-33.7754
CIE-Lab75.105126.2366-35.2633

#c9abfa color RGB value is (201,171,250).

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

The process color (four color CMYK) of #c9abfa color hex is 0.20, 0.32, 0.00, 0.02. Web safe color of #c9abfa is #cc99ff. Color #c9abfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101011 11111010
Octal 311 253 372
Decimal 201 171 250
Hex C9 AB FA

RGB Percentages of Color #c9abfa

%32.32
%27.49
%40.19

CMYK Percentages of Color #c9abfa

%20
%32
%0
%2

Triadic Colors of #c9abfa

#c9abfa #fac9ab #abfac9

Analogous Colors of #c9abfa

#c9abfa #f1abfa #abb5fa

Monochromatic Colors of #c9abfa

#c9abfa

Complementary Color

#c9abfa #dcfaab

#c9abfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9abfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9abfa Color CSS Codes

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

#c9abfa Text Font Color

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

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


#c9abfa Background Color

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

This div background color is #c9abfa


#c9abfa Border Color

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

This div border color is #c9abfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9abfa

Related Colors


Comments

No comments written yet.

Please login to write comment.