Color Hex Logo

#a41afd Color Hex

#A41AFD
(164,26,253)
0 Favorites   0 Comments

Color spaces of #a41afd

RGB 16426253
HSL0.770.980.55
HSV276°90°99°
CMYK 0.350.900.00   0.01
XYZ33.408915.723294.2025
Yxy15.72320.23310.1097
Hunter Lab39.652581.0019-113.0986
CIE-Lab46.609282.9998-82.6273

#a41afd color RGB value is (164,26,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011010 11111101
Octal 244 32 375
Decimal 164 26 253
Hex A4 1A FD

RGB Percentages of Color #a41afd

%37.02
%5.87
%57.11

CMYK Percentages of Color #a41afd

%35
%90
%0
%1

Triadic Colors of #a41afd

#a41afd #fda41a #1afda4

Analogous Colors of #a41afd

#a41afd #fd1ae5 #331afd

Monochromatic Colors of #a41afd

#a41afd

Complementary Color

#a41afd #73fd1a

#a41afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41afd Color CSS Codes

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

#a41afd Text Font Color

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

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


#a41afd Background Color

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

This div background color is #a41afd


#a41afd Border Color

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

This div border color is #a41afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41afd


Comments

No comments written yet.

Please login to write comment.