Color Hex Logo

#a41bae Color Hex

#A41BAE
(164,27,174)
0 Favorites   0 Comments

Color spaces of #a41bae

RGB 16427174
HSL0.820.730.39
HSV296°84°68°
CMYK 0.060.840.00   0.32
XYZ23.341811.732441.0787
Yxy11.73240.30650.1541
Hunter Lab34.252661.6987-47.1289
CIE-Lab40.787668.3394-46.6062

#a41bae color RGB value is (164,27,174).

#a41bae hex color red value is 164, green value is 27 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a41bae hue: 0.82 , saturation: 0.73 and the lightness value of a41bae is 0.39.

The process color (four color CMYK) of #a41bae color hex is 0.06, 0.84, 0.00, 0.32. Web safe color of #a41bae is #993399. Color #a41bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011011 10101110
Octal 244 33 256
Decimal 164 27 174
Hex A4 1B AE

RGB Percentages of Color #a41bae

%44.93
%7.40
%47.67

CMYK Percentages of Color #a41bae

%6
%84
%0
%32

Triadic Colors of #a41bae

#a41bae #aea41b #1baea4

Analogous Colors of #a41bae

#a41bae #ae1b6f #5a1bae

Monochromatic Colors of #a41bae

#a41bae

Complementary Color

#a41bae #25ae1b

#a41bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41bae Color CSS Codes

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

#a41bae Text Font Color

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

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


#a41bae Background Color

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

This div background color is #a41bae


#a41bae Border Color

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

This div border color is #a41bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41bae


Comments

No comments written yet.

Please login to write comment.