Color Hex Logo

#ac28eb Color Hex

#AC28EB
(172,40,235)
0 Favorites   0 Comments

Color spaces of #ac28eb

RGB 17240235
HSL0.780.830.54
HSV281°83°92°
CMYK 0.270.830.00   0.08
XYZ32.767416.286480.0138
Yxy16.28640.25390.1262
Hunter Lab40.356474.3094-89.3035
CIE-Lab47.348077.5422-71.2603

#ac28eb color RGB value is (172,40,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101000 11101011
Octal 254 50 353
Decimal 172 40 235
Hex AC 28 EB

RGB Percentages of Color #ac28eb

%38.48
%8.95
%52.57

CMYK Percentages of Color #ac28eb

%27
%83
%0
%8

Triadic Colors of #ac28eb

#ac28eb #ebac28 #28ebac

Analogous Colors of #ac28eb

#ac28eb #eb28c9 #4b28eb

Monochromatic Colors of #ac28eb

#ac28eb

Complementary Color

#ac28eb #67eb28

#ac28eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac28eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac28eb Color CSS Codes

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

#ac28eb Text Font Color

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

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


#ac28eb Background Color

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

This div background color is #ac28eb


#ac28eb Border Color

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

This div border color is #ac28eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac28eb


Comments

No comments written yet.

Please login to write comment.