Color Hex Logo

#a437fd Color Hex

#A437FD
(164,55,253)
0 Favorites   0 Comments

Color spaces of #a437fd

RGB 16455253
HSL0.760.980.60
HSV273°78°99°
CMYK 0.350.780.00   0.01
XYZ34.405717.716794.5348
Yxy17.71670.23460.1208
Hunter Lab42.091272.2477-103.6986
CIE-Lab49.150775.5204-78.4693

#a437fd color RGB value is (164,55,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110111 11111101
Octal 244 67 375
Decimal 164 55 253
Hex A4 37 FD

RGB Percentages of Color #a437fd

%34.75
%11.65
%53.60

CMYK Percentages of Color #a437fd

%35
%78
%0
%1

Triadic Colors of #a437fd

#a437fd #fda437 #37fda4

Analogous Colors of #a437fd

#a437fd #fd37f3 #4137fd

Monochromatic Colors of #a437fd

#a437fd

Complementary Color

#a437fd #90fd37

#a437fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a437fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a437fd Color CSS Codes

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

#a437fd Text Font Color

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

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


#a437fd Background Color

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

This div background color is #a437fd


#a437fd Border Color

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

This div border color is #a437fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a437fd


Comments

No comments written yet.

Please login to write comment.