Color Hex Logo

#c9acfa Color Hex

#C9ACFA
(201,172,250)
0 Favorites   0 Comments

Color spaces of #c9acfa

RGB 201172250
HSL0.730.890.83
HSV262°31°98°
CMYK 0.200.310.00   0.02
XYZ56.095248.824796.9100
Yxy48.82470.27790.2419
Hunter Lab69.874721.0186-33.3177
CIE-Lab75.342125.6877-34.8963

#c9acfa color RGB value is (201,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101100 11111010
Octal 311 254 372
Decimal 201 172 250
Hex C9 AC FA

RGB Percentages of Color #c9acfa

%32.26
%27.61
%40.13

CMYK Percentages of Color #c9acfa

%20
%31
%0
%2

Triadic Colors of #c9acfa

#c9acfa #fac9ac #acfac9

Analogous Colors of #c9acfa

#c9acfa #f0acfa #acb6fa

Monochromatic Colors of #c9acfa

#c9acfa

Complementary Color

#c9acfa #ddfaac

#c9acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9acfa Color CSS Codes

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

#c9acfa Text Font Color

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

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


#c9acfa Background Color

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

This div background color is #c9acfa


#c9acfa Border Color

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

This div border color is #c9acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9acfa


Comments

No comments written yet.

Please login to write comment.