Color Hex Logo

#a165fd Color Hex

#A165FD
(161,101,253)
0 Favorites   0 Comments

Color spaces of #a165fd

RGB 161101253
HSL0.730.970.69
HSV264°60°99°
CMYK 0.360.600.00   0.01
XYZ37.081223.976395.6020
Yxy23.97630.23670.1530
Hunter Lab48.965649.4866-81.4838
CIE-Lab56.064154.7285-67.2649

#a165fd color RGB value is (161,101,253).

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

The process color (four color CMYK) of #a165fd color hex is 0.36, 0.60, 0.00, 0.01. Web safe color of #a165fd is #9966ff. Color #a165fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100101 11111101
Octal 241 145 375
Decimal 161 101 253
Hex A1 65 FD

RGB Percentages of Color #a165fd

%31.26
%19.61
%49.13

CMYK Percentages of Color #a165fd

%36
%60
%0
%1

Triadic Colors of #a165fd

#a165fd #fda165 #65fda1

Analogous Colors of #a165fd

#a165fd #ed65fd #6575fd

Monochromatic Colors of #a165fd

#a165fd

Complementary Color

#a165fd #c1fd65

#a165fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a165fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a165fd Color CSS Codes

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

#a165fd Text Font Color

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

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


#a165fd Background Color

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

This div background color is #a165fd


#a165fd Border Color

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

This div border color is #a165fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a165fd


Comments

No comments written yet.

Please login to write comment.