Color Hex Logo

#a50abc Color Hex

#A50ABC
(165,10,188)
0 Favorites   0 Comments

Color spaces of #a50abc

RGB 16510188
HSL0.810.900.39
HSV292°95°74°
CMYK 0.120.950.00   0.26
XYZ24.702711.847348.5617
Yxy11.84730.29020.1392
Hunter Lab34.419967.8722-59.5560
CIE-Lab40.972473.5136-54.5780

#a50abc color RGB value is (165,10,188).

#a50abc hex color red value is 165, green value is 10 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a50abc hue: 0.81 , saturation: 0.90 and the lightness value of a50abc is 0.39.

The process color (four color CMYK) of #a50abc color hex is 0.12, 0.95, 0.00, 0.26. Web safe color of #a50abc is #9900cc. Color #a50abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001010 10111100
Octal 245 12 274
Decimal 165 10 188
Hex A5 A BC

RGB Percentages of Color #a50abc

%45.45
%2.75
%51.79

CMYK Percentages of Color #a50abc

%12
%95
%0
%26

Triadic Colors of #a50abc

#a50abc #bca50a #0abca5

Analogous Colors of #a50abc

#a50abc #bc0a7a #4c0abc

Monochromatic Colors of #a50abc

#a50abc

Complementary Color

#a50abc #21bc0a

#a50abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50abc Color CSS Codes

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

#a50abc Text Font Color

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

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


#a50abc Background Color

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

This div background color is #a50abc


#a50abc Border Color

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

This div border color is #a50abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,10,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50abc


Comments

No comments written yet.

Please login to write comment.