Color Hex Logo

#ac0fbd Color Hex

#AC0FBD
(172,15,189)
0 Favorites   0 Comments

Color spaces of #ac0fbd

RGB 17215189
HSL0.820.850.40
HSV294°92°74°
CMYK 0.090.920.00   0.26
XYZ26.369412.786449.2223
Yxy12.78640.29840.1447
Hunter Lab35.758169.0562-56.5842
CIE-Lab42.439674.2099-52.7381

#ac0fbd color RGB value is (172,15,189).

#ac0fbd hex color red value is 172, green value is 15 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ac0fbd hue: 0.82 , saturation: 0.85 and the lightness value of ac0fbd is 0.40.

The process color (four color CMYK) of #ac0fbd color hex is 0.09, 0.92, 0.00, 0.26. Web safe color of #ac0fbd is #9900cc. Color #ac0fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001111 10111101
Octal 254 17 275
Decimal 172 15 189
Hex AC F BD

RGB Percentages of Color #ac0fbd

%45.74
%3.99
%50.27

CMYK Percentages of Color #ac0fbd

%9
%92
%0
%26

Triadic Colors of #ac0fbd

#ac0fbd #bdac0f #0fbdac

Analogous Colors of #ac0fbd

#ac0fbd #bd0f77 #550fbd

Monochromatic Colors of #ac0fbd

#ac0fbd

Complementary Color

#ac0fbd #20bd0f

#ac0fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0fbd Color CSS Codes

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

#ac0fbd Text Font Color

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

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


#ac0fbd Background Color

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

This div background color is #ac0fbd


#ac0fbd Border Color

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

This div border color is #ac0fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0fbd


Comments

No comments written yet.

Please login to write comment.