Color Hex Logo

#a41efc Color Hex

#A41EFC
(164,30,252)
0 Favorites   0 Comments

Color spaces of #a41efc

RGB 16430252
HSL0.770.970.55
HSV276°88°99°
CMYK 0.350.880.00   0.01
XYZ33.344815.849393.3972
Yxy15.84930.23380.1112
Hunter Lab39.811279.8374-111.2268
CIE-Lab46.776282.0545-81.7949

#a41efc color RGB value is (164,30,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011110 11111100
Octal 244 36 374
Decimal 164 30 252
Hex A4 1E FC

RGB Percentages of Color #a41efc

%36.77
%6.73
%56.50

CMYK Percentages of Color #a41efc

%35
%88
%0
%1

Triadic Colors of #a41efc

#a41efc #fca41e #1efca4

Analogous Colors of #a41efc

#a41efc #fc1ee5 #351efc

Monochromatic Colors of #a41efc

#a41efc

Complementary Color

#a41efc #76fc1e

#a41efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41efc Color CSS Codes

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

#a41efc Text Font Color

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

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


#a41efc Background Color

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

This div background color is #a41efc


#a41efc Border Color

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

This div border color is #a41efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41efc

Related Colors


Comments

No comments written yet.

Please login to write comment.