Color Hex Logo

#ac3eea Color Hex

#AC3EEA
(172,62,234)
0 Favorites   0 Comments

Color spaces of #ac3eea

RGB 17262234
HSL0.770.800.58
HSV278°74°92°
CMYK 0.260.740.00   0.08
XYZ33.587218.156479.5762
Yxy18.15640.25580.1383
Hunter Lab42.610366.1329-80.8988
CIE-Lab49.685370.3677-66.9010

#ac3eea color RGB value is (172,62,234).

#ac3eea hex color red value is 172, green value is 62 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac3eea hue: 0.77 , saturation: 0.80 and the lightness value of ac3eea is 0.58.

The process color (four color CMYK) of #ac3eea color hex is 0.26, 0.74, 0.00, 0.08. Web safe color of #ac3eea is #9933ff. Color #ac3eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111110 11101010
Octal 254 76 352
Decimal 172 62 234
Hex AC 3E EA

RGB Percentages of Color #ac3eea

%36.75
%13.25
%50.00

CMYK Percentages of Color #ac3eea

%26
%74
%0
%8

Triadic Colors of #ac3eea

#ac3eea #eaac3e #3eeaac

Analogous Colors of #ac3eea

#ac3eea #ea3ed2 #563eea

Monochromatic Colors of #ac3eea

#ac3eea

Complementary Color

#ac3eea #7cea3e

#ac3eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3eea Color CSS Codes

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

#ac3eea Text Font Color

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

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


#ac3eea Background Color

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

This div background color is #ac3eea


#ac3eea Border Color

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

This div border color is #ac3eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3eea


Comments

No comments written yet.

Please login to write comment.