Color Hex Logo

#ac25eb Color Hex

#AC25EB
(172,37,235)
0 Favorites   0 Comments

Color spaces of #ac25eb

RGB 17237235
HSL0.780.830.53
HSV281°84°92°
CMYK 0.270.840.00   0.08
XYZ32.670216.092079.9814
Yxy16.09200.25380.1250
Hunter Lab40.114875.1725-90.1327
CIE-Lab47.095078.2860-71.6723

#ac25eb color RGB value is (172,37,235).

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

The process color (four color CMYK) of #ac25eb color hex is 0.27, 0.84, 0.00, 0.08. Web safe color of #ac25eb is #9933ff. Color #ac25eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100101 11101011
Octal 254 45 353
Decimal 172 37 235
Hex AC 25 EB

RGB Percentages of Color #ac25eb

%38.74
%8.33
%52.93

CMYK Percentages of Color #ac25eb

%27
%84
%0
%8

Triadic Colors of #ac25eb

#ac25eb #ebac25 #25ebac

Analogous Colors of #ac25eb

#ac25eb #eb25c7 #4925eb

Monochromatic Colors of #ac25eb

#ac25eb

Complementary Color

#ac25eb #64eb25

#ac25eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac25eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac25eb Color CSS Codes

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

#ac25eb Text Font Color

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

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


#ac25eb Background Color

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

This div background color is #ac25eb


#ac25eb Border Color

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

This div border color is #ac25eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac25eb


Comments

No comments written yet.

Please login to write comment.