Color Hex Logo

#c9acfb Color Hex

#C9ACFB
(201,172,251)
0 Favorites   0 Comments

Color spaces of #c9acfb

RGB 201172251
HSL0.730.910.83
HSV262°31°98°
CMYK 0.200.310.00   0.02
XYZ56.252548.887697.7382
Yxy48.88760.27730.2410
Hunter Lab69.919721.2493-33.9356
CIE-Lab75.381325.9104-35.3752

#c9acfb color RGB value is (201,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101100 11111011
Octal 311 254 373
Decimal 201 172 251
Hex C9 AC FB

RGB Percentages of Color #c9acfb

%32.21
%27.56
%40.22

CMYK Percentages of Color #c9acfb

%20
%31
%0
%2

Triadic Colors of #c9acfb

#c9acfb #fbc9ac #acfbc9

Analogous Colors of #c9acfb

#c9acfb #f1acfb #acb7fb

Monochromatic Colors of #c9acfb

#c9acfb

Complementary Color

#c9acfb #defbac

#c9acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9acfb Color CSS Codes

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

#c9acfb Text Font Color

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

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


#c9acfb Background Color

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

This div background color is #c9acfb


#c9acfb Border Color

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

This div border color is #c9acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9acfb


Comments

No comments written yet.

Please login to write comment.