Color Hex Logo

#ac4aef Color Hex

#AC4AEF
(172,74,239)
0 Favorites   0 Comments

Color spaces of #ac4aef

RGB 17274239
HSL0.770.840.61
HSV276°69°94°
CMYK 0.280.690.00   0.06
XYZ35.042019.900283.6556
Yxy19.90020.25280.1436
Hunter Lab44.609662.1494-79.9586
CIE-Lab51.724266.6110-66.4129

#ac4aef color RGB value is (172,74,239).

#ac4aef hex color red value is 172, green value is 74 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ac4aef hue: 0.77 , saturation: 0.84 and the lightness value of ac4aef is 0.61.

The process color (four color CMYK) of #ac4aef color hex is 0.28, 0.69, 0.00, 0.06. Web safe color of #ac4aef is #9933ff. Color #ac4aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001010 11101111
Octal 254 112 357
Decimal 172 74 239
Hex AC 4A EF

RGB Percentages of Color #ac4aef

%35.46
%15.26
%49.28

CMYK Percentages of Color #ac4aef

%28
%69
%0
%6

Triadic Colors of #ac4aef

#ac4aef #efac4a #4aefac

Analogous Colors of #ac4aef

#ac4aef #ef4ae0 #5a4aef

Monochromatic Colors of #ac4aef

#ac4aef

Complementary Color

#ac4aef #8def4a

#ac4aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4aef Color CSS Codes

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

#ac4aef Text Font Color

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

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


#ac4aef Background Color

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

This div background color is #ac4aef


#ac4aef Border Color

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

This div border color is #ac4aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4aef


Comments

No comments written yet.

Please login to write comment.