Color Hex Logo

#a41ceb Color Hex

#A41CEB
(164,28,235)
0 Favorites   0 Comments

Color spaces of #a41ceb

RGB 16428235
HSL0.780.840.52
HSV279°88°92°
CMYK 0.300.880.00   0.08
XYZ30.720514.721279.8196
Yxy14.72120.24530.1175
Hunter Lab38.368275.7762-96.4866
CIE-Lab45.249979.1279-74.7316

#a41ceb color RGB value is (164,28,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011100 11101011
Octal 244 34 353
Decimal 164 28 235
Hex A4 1C EB

RGB Percentages of Color #a41ceb

%38.41
%6.56
%55.04

CMYK Percentages of Color #a41ceb

%30
%88
%0
%8

Triadic Colors of #a41ceb

#a41ceb #eba41c #1ceba4

Analogous Colors of #a41ceb

#a41ceb #eb1ccb #3c1ceb

Monochromatic Colors of #a41ceb

#a41ceb

Complementary Color

#a41ceb #63eb1c

#a41ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41ceb Color CSS Codes

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

#a41ceb Text Font Color

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

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


#a41ceb Background Color

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

This div background color is #a41ceb


#a41ceb Border Color

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

This div border color is #a41ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41ceb


Comments

No comments written yet.

Please login to write comment.