Color Hex Logo

#ac50af Color Hex

#AC50AF
(172,80,175)
0 Favorites   0 Comments

Color spaces of #ac50af

RGB 17280175
HSL0.830.370.50
HSV298°54°69°
CMYK 0.020.540.00   0.31
XYZ27.619817.603142.4995
Yxy17.60310.31490.2007
Hunter Lab41.956044.0840-30.6887
CIE-Lab49.011150.9596-34.0750

#ac50af color RGB value is (172,80,175).

#ac50af hex color red value is 172, green value is 80 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ac50af hue: 0.83 , saturation: 0.37 and the lightness value of ac50af is 0.50.

The process color (four color CMYK) of #ac50af color hex is 0.02, 0.54, 0.00, 0.31. Web safe color of #ac50af is #996699. Color #ac50af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 10101111
Octal 254 120 257
Decimal 172 80 175
Hex AC 50 AF

RGB Percentages of Color #ac50af

%40.28
%18.74
%40.98

CMYK Percentages of Color #ac50af

%2
%54
%0
%31

Triadic Colors of #ac50af

#ac50af #afac50 #50afac

Analogous Colors of #ac50af

#ac50af #af5083 #7d50af

Monochromatic Colors of #ac50af

#ac50af

Complementary Color

#ac50af #53af50

#ac50af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac50af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac50af Color CSS Codes

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

#ac50af Text Font Color

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

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


#ac50af Background Color

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

This div background color is #ac50af


#ac50af Border Color

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

This div border color is #ac50af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac50af


Comments

No comments written yet.

Please login to write comment.