Color Hex Logo

#a41bea Color Hex

#A41BEA
(164,27,234)
0 Favorites   0 Comments

Color spaces of #a41bea

RGB 16427234
HSL0.780.830.51
HSV280°88°92°
CMYK 0.300.880.00   0.08
XYZ30.553114.616979.0529
Yxy14.61690.24600.1177
Hunter Lab38.232175.7420-95.8322
CIE-Lab45.105079.1285-74.4023

#a41bea color RGB value is (164,27,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011011 11101010
Octal 244 33 352
Decimal 164 27 234
Hex A4 1B EA

RGB Percentages of Color #a41bea

%38.59
%6.35
%55.06

CMYK Percentages of Color #a41bea

%30
%88
%0
%8

Triadic Colors of #a41bea

#a41bea #eaa41b #1beaa4

Analogous Colors of #a41bea

#a41bea #ea1bc9 #3c1bea

Monochromatic Colors of #a41bea

#a41bea

Complementary Color

#a41bea #61ea1b

#a41bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41bea Color CSS Codes

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

#a41bea Text Font Color

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

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


#a41bea Background Color

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

This div background color is #a41bea


#a41bea Border Color

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

This div border color is #a41bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41bea


Comments

No comments written yet.

Please login to write comment.