Color Hex Logo

#ac43bd Color Hex

#AC43BD
(172,67,189)
0 Favorites   0 Comments

Color spaces of #ac43bd

RGB 17267189
HSL0.810.480.50
HSV292°65°74°
CMYK 0.090.650.00   0.26
XYZ28.205716.459149.8344
Yxy16.45910.29850.1742
Hunter Lab40.569853.1029-44.4307
CIE-Lab47.571159.4918-44.5243

#ac43bd color RGB value is (172,67,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000011 10111101
Octal 254 103 275
Decimal 172 67 189
Hex AC 43 BD

RGB Percentages of Color #ac43bd

%40.19
%15.65
%44.16

CMYK Percentages of Color #ac43bd

%9
%65
%0
%26

Triadic Colors of #ac43bd

#ac43bd #bdac43 #43bdac

Analogous Colors of #ac43bd

#ac43bd #bd4391 #6f43bd

Monochromatic Colors of #ac43bd

#ac43bd

Complementary Color

#ac43bd #54bd43

#ac43bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac43bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac43bd Color CSS Codes

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

#ac43bd Text Font Color

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

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


#ac43bd Background Color

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

This div background color is #ac43bd


#ac43bd Border Color

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

This div border color is #ac43bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac43bd


Comments

No comments written yet.

Please login to write comment.