Color Hex Logo

#ac07dd Color Hex

#AC07DD
(172,7,221)
0 Favorites   0 Comments

Color spaces of #ac07dd

RGB 1727221
HSL0.800.940.45
HSV286°97°87°
CMYK 0.220.970.00   0.13
XYZ30.140414.143169.5479
Yxy14.14310.26480.1242
Hunter Lab37.607377.2461-83.3210
CIE-Lab44.437580.4564-68.0391

#ac07dd color RGB value is (172,7,221).

#ac07dd hex color red value is 172, green value is 7 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac07dd hue: 0.80 , saturation: 0.94 and the lightness value of ac07dd is 0.45.

The process color (four color CMYK) of #ac07dd color hex is 0.22, 0.97, 0.00, 0.13. Web safe color of #ac07dd is #9900cc. Color #ac07dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000111 11011101
Octal 254 7 335
Decimal 172 7 221
Hex AC 7 DD

RGB Percentages of Color #ac07dd

%43.00
%1.75
%55.25

CMYK Percentages of Color #ac07dd

%22
%97
%0
%13

Triadic Colors of #ac07dd

#ac07dd #ddac07 #07ddac

Analogous Colors of #ac07dd

#ac07dd #dd07a3 #4107dd

Monochromatic Colors of #ac07dd

#ac07dd

Complementary Color

#ac07dd #38dd07

#ac07dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac07dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac07dd Color CSS Codes

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

#ac07dd Text Font Color

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

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


#ac07dd Background Color

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

This div background color is #ac07dd


#ac07dd Border Color

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

This div border color is #ac07dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac07dd


Comments

No comments written yet.

Please login to write comment.