Color Hex Logo

#c6acfb Color Hex

#C6ACFB
(198,172,251)
0 Favorites   0 Comments

Color spaces of #c6acfb

RGB 198172251
HSL0.720.910.83
HSV260°31°98°
CMYK 0.210.310.00   0.02
XYZ55.453848.475897.7008
Yxy48.47580.27500.2404
Hunter Lab69.624620.3267-34.4616
CIE-Lab75.124025.0232-35.7942

#c6acfb color RGB value is (198,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101100 11111011
Octal 306 254 373
Decimal 198 172 251
Hex C6 AC FB

RGB Percentages of Color #c6acfb

%31.88
%27.70
%40.42

CMYK Percentages of Color #c6acfb

%21
%31
%0
%2

Triadic Colors of #c6acfb

#c6acfb #fbc6ac #acfbc6

Analogous Colors of #c6acfb

#c6acfb #eeacfb #acbafb

Monochromatic Colors of #c6acfb

#c6acfb

Complementary Color

#c6acfb #e1fbac

#c6acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6acfb Color CSS Codes

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

#c6acfb Text Font Color

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

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


#c6acfb Background Color

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

This div background color is #c6acfb


#c6acfb Border Color

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

This div border color is #c6acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6acfb

Related Colors


Comments

No comments written yet.

Please login to write comment.