Color Hex Logo

#ac03bd Color Hex

#AC03BD
(172,3,189)
0 Favorites   0 Comments

Color spaces of #ac03bd

RGB 1723189
HSL0.820.970.38
HSV295°98°74°
CMYK 0.090.980.00   0.26
XYZ26.231112.509949.1762
Yxy12.50990.29840.1423
Hunter Lab35.369370.4853-57.6761
CIE-Lab42.015375.4678-53.4217

#ac03bd color RGB value is (172,3,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 10111101
Octal 254 3 275
Decimal 172 3 189
Hex AC 3 BD

RGB Percentages of Color #ac03bd

%47.25
%0.82
%51.92

CMYK Percentages of Color #ac03bd

%9
%98
%0
%26

Triadic Colors of #ac03bd

#ac03bd #bdac03 #03bdac

Analogous Colors of #ac03bd

#ac03bd #bd0371 #4f03bd

Monochromatic Colors of #ac03bd

#ac03bd

Complementary Color

#ac03bd #14bd03

#ac03bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac03bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac03bd Color CSS Codes

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

#ac03bd Text Font Color

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

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


#ac03bd Background Color

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

This div background color is #ac03bd


#ac03bd Border Color

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

This div border color is #ac03bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac03bd


Comments

No comments written yet.

Please login to write comment.