Color Hex Logo

#ac83bc Color Hex

#AC83BC
(172,131,188)
0 Favorites   0 Comments

Color spaces of #ac83bc

RGB 172131188
HSL0.790.300.63
HSV283°30°74°
CMYK 0.090.300.00   0.26
XYZ34.206728.634151.3010
Yxy28.63410.29970.2509
Hunter Lab53.510820.4618-19.3839
CIE-Lab60.457326.0964-23.8041

#ac83bc color RGB value is (172,131,188).

#ac83bc hex color red value is 172, green value is 131 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ac83bc hue: 0.79 , saturation: 0.30 and the lightness value of ac83bc is 0.63.

The process color (four color CMYK) of #ac83bc color hex is 0.09, 0.30, 0.00, 0.26. Web safe color of #ac83bc is #9999cc. Color #ac83bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 10111100
Octal 254 203 274
Decimal 172 131 188
Hex AC 83 BC

RGB Percentages of Color #ac83bc

%35.03
%26.68
%38.29

CMYK Percentages of Color #ac83bc

%9
%30
%0
%26

Triadic Colors of #ac83bc

#ac83bc #bcac83 #83bcac

Analogous Colors of #ac83bc

#ac83bc #bc83b0 #9083bc

Monochromatic Colors of #ac83bc

#ac83bc

Complementary Color

#ac83bc #93bc83

#ac83bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac83bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac83bc Color CSS Codes

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

#ac83bc Text Font Color

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

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


#ac83bc Background Color

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

This div background color is #ac83bc


#ac83bc Border Color

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

This div border color is #ac83bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac83bc


Comments

No comments written yet.

Please login to write comment.