Color Hex Logo

#ac63bf Color Hex

#AC63BF
(172,99,191)
0 Favorites   0 Comments

Color spaces of #ac63bf

RGB 17299191
HSL0.800.420.57
HSV288°48°75°
CMYK 0.100.480.00   0.25
XYZ30.879121.455951.8041
Yxy21.45590.29650.2060
Hunter Lab46.320537.9343-33.8846
CIE-Lab53.444944.3944-36.4016

#ac63bf color RGB value is (172,99,191).

#ac63bf hex color red value is 172, green value is 99 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac63bf hue: 0.80 , saturation: 0.42 and the lightness value of ac63bf is 0.57.

The process color (four color CMYK) of #ac63bf color hex is 0.10, 0.48, 0.00, 0.25. Web safe color of #ac63bf is #9966cc. Color #ac63bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100011 10111111
Octal 254 143 277
Decimal 172 99 191
Hex AC 63 BF

RGB Percentages of Color #ac63bf

%37.23
%21.43
%41.34

CMYK Percentages of Color #ac63bf

%10
%48
%0
%25

Triadic Colors of #ac63bf

#ac63bf #bfac63 #63bfac

Analogous Colors of #ac63bf

#ac63bf #bf63a4 #7e63bf

Monochromatic Colors of #ac63bf

#ac63bf

Complementary Color

#ac63bf #76bf63

#ac63bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac63bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac63bf Color CSS Codes

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

#ac63bf Text Font Color

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

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


#ac63bf Background Color

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

This div background color is #ac63bf


#ac63bf Border Color

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

This div border color is #ac63bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac63bf


Comments

No comments written yet.

Please login to write comment.