Color Hex Logo

#ac259d Color Hex

#AC259D
(172,37,157)
0 Favorites   0 Comments

Color spaces of #ac259d

RGB 17237157
HSL0.850.650.41
HSV307°78°67°
CMYK 0.000.780.09   0.33
XYZ23.760612.528133.0641
Yxy12.52810.34260.1806
Hunter Lab35.395157.8852-30.6089
CIE-Lab42.043464.7880-34.3549

#ac259d color RGB value is (172,37,157).

#ac259d hex color red value is 172, green value is 37 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ac259d hue: 0.85 , saturation: 0.65 and the lightness value of ac259d is 0.41.

The process color (four color CMYK) of #ac259d color hex is 0.00, 0.78, 0.09, 0.33. Web safe color of #ac259d is #993399. Color #ac259d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100101 10011101
Octal 254 45 235
Decimal 172 37 157
Hex AC 25 9D

RGB Percentages of Color #ac259d

%46.99
%10.11
%42.90

CMYK Percentages of Color #ac259d

%0
%78
%9
%33

Triadic Colors of #ac259d

#ac259d #9dac25 #259dac

Analogous Colors of #ac259d

#ac259d #ac255a #7825ac

Monochromatic Colors of #ac259d

#ac259d

Complementary Color

#ac259d #25ac34

#ac259d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac259d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac259d Color CSS Codes

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

#ac259d Text Font Color

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

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


#ac259d Background Color

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

This div background color is #ac259d


#ac259d Border Color

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

This div border color is #ac259d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac259d


Comments

No comments written yet.

Please login to write comment.