color codes Logo

#ac83c1 color codes

#AC83C1
(172,131,193)
0 Favorites   0 Comments

Color spaces of #ac83c1

RGB 172131193
HSL0.780.330.64
HSV280°32°76°
CMYK 0.110.320.00   0.24
XYZ34.755228.853554.1896
Yxy28.85350.29500.2449
Hunter Lab53.715521.4918-22.2125
CIE-Lab60.652127.1477-26.3361

#ac83c1 color RGB value is (172,131,193).

#ac83c1 hex color red value is 172, green value is 131 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #ac83c1 hue: 0.78 , saturation: 0.33 and the lightness value of ac83c1 is 0.64.

The process color (four color CMYK) of #ac83c1 color code is 0.11, 0.32, 0.00, 0.24. Web safe color of #ac83c1 is #9999cc. Color #ac83c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 11000001
Octal 254 203 301
Decimal 172 131 193
Hex AC 83 C1

RGB Percentages of Color #ac83c1

%34.68
%26.41
%38.91

CMYK Percentages of Color #ac83c1

%11
%32
%0
%24

Triadic Colors of #ac83c1

#ac83c1 #c1ac83 #83c1ac

Analogous Colors of #ac83c1

#ac83c1 #c183b7 #8d83c1

Monochromatic Colors of #ac83c1

#ac83c1

Complementary Color

#ac83c1 #98c183

#ac83c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac83c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac83c1 Color CSS Codes

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

#ac83c1 Text Font Color

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

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


#ac83c1 Background Color

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

This div background color is #ac83c1


#ac83c1 Border Color

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

This div border color is #ac83c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac83c1


Comments

No comments written yet.

Please login to write comment.