Color Hex Logo

#a40fed Color Hex

#A40FED
(164,15,237)
0 Favorites   0 Comments

Color spaces of #a40fed

RGB 16415237
HSL0.780.880.49
HSV280°94°93°
CMYK 0.310.940.00   0.07
XYZ30.766714.348681.2687
Yxy14.34860.24340.1135
Hunter Lab37.879578.6929-100.6881
CIE-Lab44.728881.5462-76.7149

#a40fed color RGB value is (164,15,237).

#a40fed hex color red value is 164, green value is 15 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a40fed hue: 0.78 , saturation: 0.88 and the lightness value of a40fed is 0.49.

The process color (four color CMYK) of #a40fed color hex is 0.31, 0.94, 0.00, 0.07. Web safe color of #a40fed is #9900ff. Color #a40fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001111 11101101
Octal 244 17 355
Decimal 164 15 237
Hex A4 F ED

RGB Percentages of Color #a40fed

%39.42
%3.61
%56.97

CMYK Percentages of Color #a40fed

%31
%94
%0
%7

Triadic Colors of #a40fed

#a40fed #eda40f #0feda4

Analogous Colors of #a40fed

#a40fed #ed0fc7 #350fed

Monochromatic Colors of #a40fed

#a40fed

Complementary Color

#a40fed #58ed0f

#a40fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40fed Color CSS Codes

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

#a40fed Text Font Color

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

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


#a40fed Background Color

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

This div background color is #a40fed


#a40fed Border Color

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

This div border color is #a40fed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,15,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a40fed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40fed


Comments

No comments written yet.

Please login to write comment.