Color Hex Logo

#a413ba Color Hex

#A413BA
(164,19,186)
0 Favorites   0 Comments

Color spaces of #a413ba

RGB 16419186
HSL0.810.810.40
HSV292°90°73°
CMYK 0.120.900.00   0.27
XYZ24.405611.903447.4656
Yxy11.90340.29130.1421
Hunter Lab34.501365.8904-57.4180
CIE-Lab41.062271.8422-53.2648

#a413ba color RGB value is (164,19,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010011 10111010
Octal 244 23 272
Decimal 164 19 186
Hex A4 13 BA

RGB Percentages of Color #a413ba

%44.44
%5.15
%50.41

CMYK Percentages of Color #a413ba

%12
%90
%0
%27

Triadic Colors of #a413ba

#a413ba #baa413 #13baa4

Analogous Colors of #a413ba

#a413ba #ba137d #5013ba

Monochromatic Colors of #a413ba

#a413ba

Complementary Color

#a413ba #29ba13

#a413ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a413ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a413ba Color CSS Codes

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

#a413ba Text Font Color

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

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


#a413ba Background Color

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

This div background color is #a413ba


#a413ba Border Color

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

This div border color is #a413ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a413ba


Comments

No comments written yet.

Please login to write comment.