Color Hex Logo

#ac2fbd Color Hex

#AC2FBD
(172,47,189)
0 Favorites   0 Comments

Color spaces of #ac2fbd

RGB 17247189
HSL0.810.600.46
HSV293°75°74°
CMYK 0.090.750.00   0.26
XYZ27.215114.477849.5042
Yxy14.47780.29840.1588
Hunter Lab38.049761.0854-50.5039
CIE-Lab44.910567.0092-48.7704

#ac2fbd color RGB value is (172,47,189).

#ac2fbd hex color red value is 172, green value is 47 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ac2fbd hue: 0.81 , saturation: 0.60 and the lightness value of ac2fbd is 0.46.

The process color (four color CMYK) of #ac2fbd color hex is 0.09, 0.75, 0.00, 0.26. Web safe color of #ac2fbd is #9933cc. Color #ac2fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101111 10111101
Octal 254 57 275
Decimal 172 47 189
Hex AC 2F BD

RGB Percentages of Color #ac2fbd

%42.16
%11.52
%46.32

CMYK Percentages of Color #ac2fbd

%9
%75
%0
%26

Triadic Colors of #ac2fbd

#ac2fbd #bdac2f #2fbdac

Analogous Colors of #ac2fbd

#ac2fbd #bd2f87 #652fbd

Monochromatic Colors of #ac2fbd

#ac2fbd

Complementary Color

#ac2fbd #40bd2f

#ac2fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2fbd Color CSS Codes

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

#ac2fbd Text Font Color

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

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


#ac2fbd Background Color

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

This div background color is #ac2fbd


#ac2fbd Border Color

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

This div border color is #ac2fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2fbd


Comments

No comments written yet.

Please login to write comment.