Color Hex Logo

#ac25ee Color Hex

#AC25EE
(172,37,238)
0 Favorites   0 Comments

Color spaces of #ac25ee

RGB 17237238
HSL0.780.860.54
HSV280°84°93°
CMYK 0.280.840.00   0.07
XYZ33.107416.266882.2838
Yxy16.26680.25150.1236
Hunter Lab40.332175.9440-92.7283
CIE-Lab47.322678.8603-72.9950

#ac25ee color RGB value is (172,37,238).

#ac25ee hex color red value is 172, green value is 37 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ac25ee hue: 0.78 , saturation: 0.86 and the lightness value of ac25ee is 0.54.

The process color (four color CMYK) of #ac25ee color hex is 0.28, 0.84, 0.00, 0.07. Web safe color of #ac25ee is #9933ff. Color #ac25ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100101 11101110
Octal 254 45 356
Decimal 172 37 238
Hex AC 25 EE

RGB Percentages of Color #ac25ee

%38.48
%8.28
%53.24

CMYK Percentages of Color #ac25ee

%28
%84
%0
%7

Triadic Colors of #ac25ee

#ac25ee #eeac25 #25eeac

Analogous Colors of #ac25ee

#ac25ee #ee25cc #4825ee

Monochromatic Colors of #ac25ee

#ac25ee

Complementary Color

#ac25ee #67ee25

#ac25ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac25ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac25ee Color CSS Codes

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

#ac25ee Text Font Color

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

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


#ac25ee Background Color

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

This div background color is #ac25ee


#ac25ee Border Color

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

This div border color is #ac25ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac25ee


Comments

No comments written yet.

Please login to write comment.