Color Hex Logo

#ac21eb Color Hex

#AC21EB
(172,33,235)
0 Favorites   0 Comments

Color spaces of #ac21eb

RGB 17233235
HSL0.780.830.53
HSV281°86°92°
CMYK 0.270.860.00   0.08
XYZ32.552515.856579.9422
Yxy15.85650.25360.1235
Hunter Lab39.820276.2360-91.1551
CIE-Lab46.785779.1981-72.1761

#ac21eb color RGB value is (172,33,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100001 11101011
Octal 254 41 353
Decimal 172 33 235
Hex AC 21 EB

RGB Percentages of Color #ac21eb

%39.09
%7.50
%53.41

CMYK Percentages of Color #ac21eb

%27
%86
%0
%8

Triadic Colors of #ac21eb

#ac21eb #ebac21 #21ebac

Analogous Colors of #ac21eb

#ac21eb #eb21c5 #4721eb

Monochromatic Colors of #ac21eb

#ac21eb

Complementary Color

#ac21eb #60eb21

#ac21eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac21eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac21eb Color CSS Codes

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

#ac21eb Text Font Color

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

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


#ac21eb Background Color

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

This div background color is #ac21eb


#ac21eb Border Color

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

This div border color is #ac21eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac21eb


Comments

No comments written yet.

Please login to write comment.