Color Hex Logo

#a41eeb Color Hex

#A41EEB
(164,30,235)
0 Favorites   0 Comments

Color spaces of #a41eeb

RGB 16430235
HSL0.780.840.52
HSV279°87°92°
CMYK 0.300.870.00   0.08
XYZ30.769514.819279.8359
Yxy14.81920.24530.1182
Hunter Lab38.495775.3070-96.0140
CIE-Lab45.385678.7257-74.5100

#a41eeb color RGB value is (164,30,235).

#a41eeb hex color red value is 164, green value is 30 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a41eeb hue: 0.78 , saturation: 0.84 and the lightness value of a41eeb is 0.52.

The process color (four color CMYK) of #a41eeb color hex is 0.30, 0.87, 0.00, 0.08. Web safe color of #a41eeb is #9933ff. Color #a41eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011110 11101011
Octal 244 36 353
Decimal 164 30 235
Hex A4 1E EB

RGB Percentages of Color #a41eeb

%38.23
%6.99
%54.78

CMYK Percentages of Color #a41eeb

%30
%87
%0
%8

Triadic Colors of #a41eeb

#a41eeb #eba41e #1eeba4

Analogous Colors of #a41eeb

#a41eeb #eb1ecc #3e1eeb

Monochromatic Colors of #a41eeb

#a41eeb

Complementary Color

#a41eeb #65eb1e

#a41eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41eeb Color CSS Codes

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

#a41eeb Text Font Color

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

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


#a41eeb Background Color

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

This div background color is #a41eeb


#a41eeb Border Color

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

This div border color is #a41eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41eeb


Comments

No comments written yet.

Please login to write comment.