Color Hex Logo

#c8acfb Color Hex

#C8ACFB
(200,172,251)
0 Favorites   0 Comments

Color spaces of #c8acfb

RGB 200172251
HSL0.730.910.83
HSV261°31°98°
CMYK 0.200.310.00   0.02
XYZ55.984548.749497.7257
Yxy48.74940.27650.2408
Hunter Lab69.820820.9406-34.1116
CIE-Lab75.295225.6142-35.5156

#c8acfb color RGB value is (200,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 11111011
Octal 310 254 373
Decimal 200 172 251
Hex C8 AC FB

RGB Percentages of Color #c8acfb

%32.10
%27.61
%40.29

CMYK Percentages of Color #c8acfb

%20
%31
%0
%2

Triadic Colors of #c8acfb

#c8acfb #fbc8ac #acfbc8

Analogous Colors of #c8acfb

#c8acfb #f0acfb #acb8fb

Monochromatic Colors of #c8acfb

#c8acfb

Complementary Color

#c8acfb #dffbac

#c8acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8acfb Color CSS Codes

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

#c8acfb Text Font Color

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

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


#c8acfb Background Color

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

This div background color is #c8acfb


#c8acfb Border Color

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

This div border color is #c8acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8acfb


Comments

No comments written yet.

Please login to write comment.