Color Hex Logo

#a445fd Color Hex

#A445FD
(164,69,253)
0 Favorites   0 Comments

Color spaces of #a445fd

RGB 16469253
HSL0.750.980.63
HSV271°73°99°
CMYK 0.350.730.00   0.01
XYZ35.167619.240694.7888
Yxy19.24060.23570.1290
Hunter Lab43.864166.3484-97.4187
CIE-Lab50.967570.3003-75.5075

#a445fd color RGB value is (164,69,253).

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

The process color (four color CMYK) of #a445fd color hex is 0.35, 0.73, 0.00, 0.01. Web safe color of #a445fd is #9933ff. Color #a445fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000101 11111101
Octal 244 105 375
Decimal 164 69 253
Hex A4 45 FD

RGB Percentages of Color #a445fd

%33.74
%14.20
%52.06

CMYK Percentages of Color #a445fd

%35
%73
%0
%1

Triadic Colors of #a445fd

#a445fd #fda445 #45fda4

Analogous Colors of #a445fd

#a445fd #fd45fa #4845fd

Monochromatic Colors of #a445fd

#a445fd

Complementary Color

#a445fd #9efd45

#a445fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a445fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a445fd Color CSS Codes

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

#a445fd Text Font Color

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

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


#a445fd Background Color

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

This div background color is #a445fd


#a445fd Border Color

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

This div border color is #a445fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a445fd


Comments

No comments written yet.

Please login to write comment.