Color Hex Logo

#a41de7 Color Hex

#A41DE7
(164,29,231)
0 Favorites   0 Comments

Color spaces of #a41de7

RGB 16429231
HSL0.780.810.51
HSV280°87°91°
CMYK 0.290.870.00   0.09
XYZ30.173014.540876.8177
Yxy14.54080.24830.1196
Hunter Lab38.132474.5099-92.7470
CIE-Lab44.998778.1600-72.8750

#a41de7 color RGB value is (164,29,231).

#a41de7 hex color red value is 164, green value is 29 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #a41de7 hue: 0.78 , saturation: 0.81 and the lightness value of a41de7 is 0.51.

The process color (four color CMYK) of #a41de7 color hex is 0.29, 0.87, 0.00, 0.09. Web safe color of #a41de7 is #9933ff. Color #a41de7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011101 11100111
Octal 244 35 347
Decimal 164 29 231
Hex A4 1D E7

RGB Percentages of Color #a41de7

%38.68
%6.84
%54.48

CMYK Percentages of Color #a41de7

%29
%87
%0
%9

Triadic Colors of #a41de7

#a41de7 #e7a41d #1de7a4

Analogous Colors of #a41de7

#a41de7 #e71dc5 #3f1de7

Monochromatic Colors of #a41de7

#a41de7

Complementary Color

#a41de7 #60e71d

#a41de7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41de7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41de7 Color CSS Codes

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

#a41de7 Text Font Color

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

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


#a41de7 Background Color

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

This div background color is #a41de7


#a41de7 Border Color

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

This div border color is #a41de7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41de7


Comments

No comments written yet.

Please login to write comment.