Color Hex Logo

#a45ffd Color Hex

#A45FFD
(164,95,253)
0 Favorites   0 Comments

Color spaces of #a45ffd

RGB 16495253
HSL0.740.980.68
HSV266°62°99°
CMYK 0.350.620.00   0.01
XYZ37.131723.168895.4435
Yxy23.16880.23840.1488
Hunter Lab48.134053.4647-83.8707
CIE-Lab55.245858.4213-68.5699

#a45ffd color RGB value is (164,95,253).

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

The process color (four color CMYK) of #a45ffd color hex is 0.35, 0.62, 0.00, 0.01. Web safe color of #a45ffd is #9966ff. Color #a45ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011111 11111101
Octal 244 137 375
Decimal 164 95 253
Hex A4 5F FD

RGB Percentages of Color #a45ffd

%32.03
%18.55
%49.41

CMYK Percentages of Color #a45ffd

%35
%62
%0
%1

Triadic Colors of #a45ffd

#a45ffd #fda45f #5ffda4

Analogous Colors of #a45ffd

#a45ffd #f35ffd #5f69fd

Monochromatic Colors of #a45ffd

#a45ffd

Complementary Color

#a45ffd #b8fd5f

#a45ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45ffd Color CSS Codes

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

#a45ffd Text Font Color

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

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


#a45ffd Background Color

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

This div background color is #a45ffd


#a45ffd Border Color

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

This div border color is #a45ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45ffd


Comments

No comments written yet.

Please login to write comment.