Color Hex Logo

#a510ba Color Hex

#A510BA
(165,16,186)
0 Favorites   0 Comments

Color spaces of #a510ba

RGB 16516186
HSL0.810.840.40
HSV293°91°73°
CMYK 0.110.910.00   0.27
XYZ24.565311.915147.4595
Yxy11.91510.29270.1419
Hunter Lab34.518366.6246-57.3556
CIE-Lab41.080972.4533-53.2261

#a510ba color RGB value is (165,16,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010000 10111010
Octal 245 20 272
Decimal 165 16 186
Hex A5 10 BA

RGB Percentages of Color #a510ba

%44.96
%4.36
%50.68

CMYK Percentages of Color #a510ba

%11
%91
%0
%27

Triadic Colors of #a510ba

#a510ba #baa510 #10baa5

Analogous Colors of #a510ba

#a510ba #ba107a #5010ba

Monochromatic Colors of #a510ba

#a510ba

Complementary Color

#a510ba #25ba10

#a510ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a510ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a510ba Color CSS Codes

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

#a510ba Text Font Color

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

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


#a510ba Background Color

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

This div background color is #a510ba


#a510ba Border Color

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

This div border color is #a510ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a510ba


Comments

No comments written yet.

Please login to write comment.