Color Hex Logo

#ac25d5 Color Hex

#AC25D5
(172,37,213)
0 Favorites   0 Comments

Color spaces of #ac25d5

RGB 17237213
HSL0.790.700.49
HSV286°83°84°
CMYK 0.190.830.00   0.16
XYZ29.685114.897964.2618
Yxy14.89790.27270.1369
Hunter Lab38.597869.7360-71.6940
CIE-Lab45.494074.1766-61.7381

#ac25d5 color RGB value is (172,37,213).

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

The process color (four color CMYK) of #ac25d5 color hex is 0.19, 0.83, 0.00, 0.16. Web safe color of #ac25d5 is #9933cc. Color #ac25d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100101 11010101
Octal 254 45 325
Decimal 172 37 213
Hex AC 25 D5

RGB Percentages of Color #ac25d5

%40.76
%8.77
%50.47

CMYK Percentages of Color #ac25d5

%19
%83
%0
%16

Triadic Colors of #ac25d5

#ac25d5 #d5ac25 #25d5ac

Analogous Colors of #ac25d5

#ac25d5 #d525a6 #5425d5

Monochromatic Colors of #ac25d5

#ac25d5

Complementary Color

#ac25d5 #4ed525

#ac25d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac25d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac25d5 Color CSS Codes

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

#ac25d5 Text Font Color

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

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


#ac25d5 Background Color

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

This div background color is #ac25d5


#ac25d5 Border Color

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

This div border color is #ac25d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac25d5


Comments

No comments written yet.

Please login to write comment.