Color Hex Logo

#a419bb Color Hex

#A419BB
(164,25,187)
0 Favorites   0 Comments

Color spaces of #a419bb

RGB 16425187
HSL0.810.760.42
HSV291°87°73°
CMYK 0.120.870.00   0.27
XYZ24.627112.175648.0658
Yxy12.17560.29020.1435
Hunter Lab34.893664.9176-57.2464
CIE-Lab41.493970.9400-53.1570

#a419bb color RGB value is (164,25,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011001 10111011
Octal 244 31 273
Decimal 164 25 187
Hex A4 19 BB

RGB Percentages of Color #a419bb

%43.62
%6.65
%49.73

CMYK Percentages of Color #a419bb

%12
%87
%0
%27

Triadic Colors of #a419bb

#a419bb #bba419 #19bba4

Analogous Colors of #a419bb

#a419bb #bb1981 #5319bb

Monochromatic Colors of #a419bb

#a419bb

Complementary Color

#a419bb #30bb19

#a419bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a419bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a419bb Color CSS Codes

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

#a419bb Text Font Color

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

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


#a419bb Background Color

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

This div background color is #a419bb


#a419bb Border Color

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

This div border color is #a419bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,25,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 #a419bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a419bb


Comments

No comments written yet.

Please login to write comment.