Color Hex Logo

#a41bbd Color Hex

#A41BBD
(164,27,189)
0 Favorites   0 Comments

Color spaces of #a41bbd

RGB 16427189
HSL0.810.750.42
HSV291°86°74°
CMYK 0.130.860.00   0.26
XYZ24.887112.350549.2163
Yxy12.35050.28790.1429
Hunter Lab35.143364.9060-58.4322
CIE-Lab41.767870.8769-53.8901

#a41bbd color RGB value is (164,27,189).

#a41bbd hex color red value is 164, green value is 27 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a41bbd hue: 0.81 , saturation: 0.75 and the lightness value of a41bbd is 0.42.

The process color (four color CMYK) of #a41bbd color hex is 0.13, 0.86, 0.00, 0.26. Web safe color of #a41bbd is #9933cc. Color #a41bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011011 10111101
Octal 244 33 275
Decimal 164 27 189
Hex A4 1B BD

RGB Percentages of Color #a41bbd

%43.16
%7.11
%49.74

CMYK Percentages of Color #a41bbd

%13
%86
%0
%26

Triadic Colors of #a41bbd

#a41bbd #bda41b #1bbda4

Analogous Colors of #a41bbd

#a41bbd #bd1b85 #531bbd

Monochromatic Colors of #a41bbd

#a41bbd

Complementary Color

#a41bbd #34bd1b

#a41bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41bbd Color CSS Codes

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

#a41bbd Text Font Color

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

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


#a41bbd Background Color

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

This div background color is #a41bbd


#a41bbd Border Color

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

This div border color is #a41bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41bbd


Comments

No comments written yet.

Please login to write comment.