Color Hex Logo

#a410bb Color Hex

#A410BB
(164,16,187)
0 Favorites   0 Comments

Color spaces of #a410bb

RGB 16416187
HSL0.810.840.40
HSV292°91°73°
CMYK 0.120.910.00   0.27
XYZ24.464811.851048.0117
Yxy11.85100.29010.1405
Hunter Lab34.425366.6092-58.5919
CIE-Lab40.978372.4604-53.9887

#a410bb color RGB value is (164,16,187).

#a410bb hex color red value is 164, green value is 16 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a410bb hue: 0.81 , saturation: 0.84 and the lightness value of a410bb is 0.40.

The process color (four color CMYK) of #a410bb color hex is 0.12, 0.91, 0.00, 0.27. Web safe color of #a410bb is #9900cc. Color #a410bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010000 10111011
Octal 244 20 273
Decimal 164 16 187
Hex A4 10 BB

RGB Percentages of Color #a410bb

%44.69
%4.36
%50.95

CMYK Percentages of Color #a410bb

%12
%91
%0
%27

Triadic Colors of #a410bb

#a410bb #bba410 #10bba4

Analogous Colors of #a410bb

#a410bb #bb107d #4e10bb

Monochromatic Colors of #a410bb

#a410bb

Complementary Color

#a410bb #27bb10

#a410bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a410bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a410bb Color CSS Codes

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

#a410bb Text Font Color

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

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


#a410bb Background Color

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

This div background color is #a410bb


#a410bb Border Color

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

This div border color is #a410bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a410bb


Comments

No comments written yet.

Please login to write comment.