Color Hex Logo

#ac25dd Color Hex

#AC25DD
(172,37,221)
0 Favorites   0 Comments

Color spaces of #ac25dd

RGB 17237221
HSL0.790.730.51
HSV284°83°87°
CMYK 0.220.830.00   0.13
XYZ30.726015.314269.7431
Yxy15.31420.26540.1323
Hunter Lab39.133471.6679-78.2727
CIE-Lab46.061675.6500-65.3999

#ac25dd color RGB value is (172,37,221).

#ac25dd hex color red value is 172, green value is 37 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac25dd hue: 0.79 , saturation: 0.73 and the lightness value of ac25dd is 0.51.

The process color (four color CMYK) of #ac25dd color hex is 0.22, 0.83, 0.00, 0.13. Web safe color of #ac25dd is #9933cc. Color #ac25dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100101 11011101
Octal 254 45 335
Decimal 172 37 221
Hex AC 25 DD

RGB Percentages of Color #ac25dd

%40.00
%8.60
%51.40

CMYK Percentages of Color #ac25dd

%22
%83
%0
%13

Triadic Colors of #ac25dd

#ac25dd #ddac25 #25ddac

Analogous Colors of #ac25dd

#ac25dd #dd25b2 #5025dd

Monochromatic Colors of #ac25dd

#ac25dd

Complementary Color

#ac25dd #56dd25

#ac25dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac25dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac25dd Color CSS Codes

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

#ac25dd Text Font Color

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

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


#ac25dd Background Color

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

This div background color is #ac25dd


#ac25dd Border Color

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

This div border color is #ac25dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac25dd


Comments

No comments written yet.

Please login to write comment.