Color Hex Logo

#ac5fbd Color Hex

#AC5FBD
(172,95,189)
0 Favorites   0 Comments

Color spaces of #ac5fbd

RGB 17295189
HSL0.800.420.56
HSV289°50°74°
CMYK 0.090.500.00   0.26
XYZ30.290820.629250.5294
Yxy20.62920.29860.2033
Hunter Lab45.419439.5602-34.1670
CIE-Lab52.541346.0924-36.6683

#ac5fbd color RGB value is (172,95,189).

#ac5fbd hex color red value is 172, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ac5fbd hue: 0.80 , saturation: 0.42 and the lightness value of ac5fbd is 0.56.

The process color (four color CMYK) of #ac5fbd color hex is 0.09, 0.50, 0.00, 0.26. Web safe color of #ac5fbd is #9966cc. Color #ac5fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011111 10111101
Octal 254 137 275
Decimal 172 95 189
Hex AC 5F BD

RGB Percentages of Color #ac5fbd

%37.72
%20.83
%41.45

CMYK Percentages of Color #ac5fbd

%9
%50
%0
%26

Triadic Colors of #ac5fbd

#ac5fbd #bdac5f #5fbdac

Analogous Colors of #ac5fbd

#ac5fbd #bd5f9f #7d5fbd

Monochromatic Colors of #ac5fbd

#ac5fbd

Complementary Color

#ac5fbd #70bd5f

#ac5fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5fbd Color CSS Codes

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

#ac5fbd Text Font Color

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

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


#ac5fbd Background Color

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

This div background color is #ac5fbd


#ac5fbd Border Color

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

This div border color is #ac5fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5fbd


Comments

No comments written yet.

Please login to write comment.