Color Hex Logo

#ac71be Color Hex

#AC71BE
(172,113,190)
0 Favorites   0 Comments

Color spaces of #ac71be

RGB 172113190
HSL0.790.370.59
HSV286°41°75°
CMYK 0.090.410.00   0.25
XYZ32.212624.298651.7075
Yxy24.29860.29770.2245
Hunter Lab49.293630.3831-27.6879
CIE-Lab56.385536.5975-31.2344

#ac71be color RGB value is (172,113,190).

#ac71be hex color red value is 172, green value is 113 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ac71be hue: 0.79 , saturation: 0.37 and the lightness value of ac71be is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110001 10111110
Octal 254 161 276
Decimal 172 113 190
Hex AC 71 BE

RGB Percentages of Color #ac71be

%36.21
%23.79
%40.00

CMYK Percentages of Color #ac71be

%9
%41
%0
%25

Triadic Colors of #ac71be

#ac71be #beac71 #71beac

Analogous Colors of #ac71be

#ac71be #be71aa #8671be

Monochromatic Colors of #ac71be

#ac71be

Complementary Color

#ac71be #83be71

#ac71be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac71be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac71be Color CSS Codes

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

#ac71be Text Font Color

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

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


#ac71be Background Color

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

This div background color is #ac71be


#ac71be Border Color

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

This div border color is #ac71be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,113,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 #ac71be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac71be


Comments

No comments written yet.

Please login to write comment.