Color Hex Logo

#a193fd Color Hex

#A193FD
(161,147,253)
0 Favorites   0 Comments

Color spaces of #a193fd

RGB 161147253
HSL0.690.960.78
HSV248°42°99°
CMYK 0.360.420.00   0.01
XYZ42.861335.536497.5287
Yxy35.53640.24360.2020
Hunter Lab59.612424.0197-55.2725
CIE-Lab66.164229.2678-51.1289

#a193fd color RGB value is (161,147,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010011 11111101
Octal 241 223 375
Decimal 161 147 253
Hex A1 93 FD

RGB Percentages of Color #a193fd

%28.70
%26.20
%45.10

CMYK Percentages of Color #a193fd

%36
%42
%0
%1

Triadic Colors of #a193fd

#a193fd #fda193 #93fda1

Analogous Colors of #a193fd

#a193fd #d693fd #93bafd

Monochromatic Colors of #a193fd

#a193fd

Complementary Color

#a193fd #effd93

#a193fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a193fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a193fd Color CSS Codes

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

#a193fd Text Font Color

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

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


#a193fd Background Color

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

This div background color is #a193fd


#a193fd Border Color

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

This div border color is #a193fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a193fd

Related Colors


Comments

No comments written yet.

Please login to write comment.