Color Hex Logo

#c4acfb Color Hex

#C4ACFB
(196,172,251)
0 Favorites   0 Comments

Color spaces of #c4acfb

RGB 196172251
HSL0.720.910.83
HSV258°31°98°
CMYK 0.220.310.00   0.02
XYZ54.930148.205897.6763
Yxy48.20580.27350.2401
Hunter Lab69.430419.7177-34.8093
CIE-Lab74.954524.4344-36.0703

#c4acfb color RGB value is (196,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101100 11111011
Octal 304 254 373
Decimal 196 172 251
Hex C4 AC FB

RGB Percentages of Color #c4acfb

%31.66
%27.79
%40.55

CMYK Percentages of Color #c4acfb

%22
%31
%0
%2

Triadic Colors of #c4acfb

#c4acfb #fbc4ac #acfbc4

Analogous Colors of #c4acfb

#c4acfb #ecacfb #acbcfb

Monochromatic Colors of #c4acfb

#c4acfb

Complementary Color

#c4acfb #e3fbac

#c4acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4acfb Color CSS Codes

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

#c4acfb Text Font Color

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

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


#c4acfb Background Color

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

This div background color is #c4acfb


#c4acfb Border Color

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

This div border color is #c4acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4acfb


Comments

No comments written yet.

Please login to write comment.