Color Hex Logo

#ac63be Color Hex

#AC63BE
(172,99,190)
0 Favorites   0 Comments

Color spaces of #ac63be

RGB 17299190
HSL0.800.410.57
HSV288°48°75°
CMYK 0.090.480.00   0.25
XYZ30.769421.412051.2264
Yxy21.41200.29760.2071
Hunter Lab46.273137.7160-33.2455
CIE-Lab53.397544.1911-35.9008

#ac63be color RGB value is (172,99,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100011 10111110
Octal 254 143 276
Decimal 172 99 190
Hex AC 63 BE

RGB Percentages of Color #ac63be

%37.31
%21.48
%41.21

CMYK Percentages of Color #ac63be

%9
%48
%0
%25

Triadic Colors of #ac63be

#ac63be #beac63 #63beac

Analogous Colors of #ac63be

#ac63be #be63a3 #7f63be

Monochromatic Colors of #ac63be

#ac63be

Complementary Color

#ac63be #75be63

#ac63be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac63be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac63be Color CSS Codes

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

#ac63be Text Font Color

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

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


#ac63be Background Color

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

This div background color is #ac63be


#ac63be Border Color

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

This div border color is #ac63be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac63be


Comments

No comments written yet.

Please login to write comment.