Color Hex Logo

#ac5afd Color Hex

#AC5AFD
(172,90,253)
0 Favorites   0 Comments

Color spaces of #ac5afd

RGB 17290253
HSL0.750.980.67
HSV270°64°99°
CMYK 0.320.640.00   0.01
XYZ38.399023.174895.3778
Yxy23.17480.24470.1477
Hunter Lab48.140258.1350-83.7702
CIE-Lab55.251962.5067-68.5153

#ac5afd color RGB value is (172,90,253).

#ac5afd hex color red value is 172, green value is 90 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ac5afd hue: 0.75 , saturation: 0.98 and the lightness value of ac5afd is 0.67.

The process color (four color CMYK) of #ac5afd color hex is 0.32, 0.64, 0.00, 0.01. Web safe color of #ac5afd is #9966ff. Color #ac5afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011010 11111101
Octal 254 132 375
Decimal 172 90 253
Hex AC 5A FD

RGB Percentages of Color #ac5afd

%33.40
%17.48
%49.13

CMYK Percentages of Color #ac5afd

%32
%64
%0
%1

Triadic Colors of #ac5afd

#ac5afd #fdac5a #5afdac

Analogous Colors of #ac5afd

#ac5afd #fd5afd #5b5afd

Monochromatic Colors of #ac5afd

#ac5afd

Complementary Color

#ac5afd #abfd5a

#ac5afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5afd Color CSS Codes

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

#ac5afd Text Font Color

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

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


#ac5afd Background Color

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

This div background color is #ac5afd


#ac5afd Border Color

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

This div border color is #ac5afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5afd

Related Colors


Comments

No comments written yet.

Please login to write comment.