Color Hex Logo

#a993fd Color Hex

#A993FD
(169,147,253)
0 Favorites   0 Comments

Color spaces of #a993fd

RGB 169147253
HSL0.700.960.78
HSV252°42°99°
CMYK 0.330.420.00   0.01
XYZ44.525536.394397.6066
Yxy36.39430.24940.2039
Hunter Lab60.327726.1704-53.6983
CIE-Lab66.820131.3401-50.0493

#a993fd color RGB value is (169,147,253).

#a993fd hex color red value is 169, green value is 147 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a993fd hue: 0.70 , saturation: 0.96 and the lightness value of a993fd is 0.78.

The process color (four color CMYK) of #a993fd color hex is 0.33, 0.42, 0.00, 0.01. Web safe color of #a993fd is #9999ff. Color #a993fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010011 11111101
Octal 251 223 375
Decimal 169 147 253
Hex A9 93 FD

RGB Percentages of Color #a993fd

%29.70
%25.83
%44.46

CMYK Percentages of Color #a993fd

%33
%42
%0
%1

Triadic Colors of #a993fd

#a993fd #fda993 #93fda9

Analogous Colors of #a993fd

#a993fd #de93fd #93b2fd

Monochromatic Colors of #a993fd

#a993fd

Complementary Color

#a993fd #e7fd93

#a993fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a993fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a993fd Color CSS Codes

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

#a993fd Text Font Color

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

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


#a993fd Background Color

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

This div background color is #a993fd


#a993fd Border Color

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

This div border color is #a993fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a993fd


Comments

No comments written yet.

Please login to write comment.