Color Hex Logo

#a41bbf Color Hex

#A41BBF
(164,27,191)
0 Favorites   0 Comments

Color spaces of #a41bbf

RGB 16427191
HSL0.810.750.43
HSV290°86°75°
CMYK 0.140.860.00   0.25
XYZ25.105712.438050.3678
Yxy12.43800.28560.1415
Hunter Lab35.267565.3495-59.9885
CIE-Lab41.903971.2241-54.8433

#a41bbf color RGB value is (164,27,191).

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

The process color (four color CMYK) of #a41bbf color hex is 0.14, 0.86, 0.00, 0.25. Web safe color of #a41bbf is #9933cc. Color #a41bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011011 10111111
Octal 244 33 277
Decimal 164 27 191
Hex A4 1B BF

RGB Percentages of Color #a41bbf

%42.93
%7.07
%50.00

CMYK Percentages of Color #a41bbf

%14
%86
%0
%25

Triadic Colors of #a41bbf

#a41bbf #bfa41b #1bbfa4

Analogous Colors of #a41bbf

#a41bbf #bf1b88 #521bbf

Monochromatic Colors of #a41bbf

#a41bbf

Complementary Color

#a41bbf #36bf1b

#a41bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41bbf Color CSS Codes

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

#a41bbf Text Font Color

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

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


#a41bbf Background Color

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

This div background color is #a41bbf


#a41bbf Border Color

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

This div border color is #a41bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41bbf


Comments

No comments written yet.

Please login to write comment.