Color Hex Logo

#a50acf Color Hex

#A50ACF
(165,10,207)
0 Favorites   0 Comments

Color spaces of #a50acf

RGB 16510207
HSL0.800.910.43
HSV287°95°81°
CMYK 0.200.950.00   0.19
XYZ26.888112.721460.0698
Yxy12.72140.26970.1276
Hunter Lab35.667172.1472-74.8881
CIE-Lab42.340476.7618-63.4451

#a50acf color RGB value is (165,10,207).

#a50acf hex color red value is 165, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a50acf hue: 0.80 , saturation: 0.91 and the lightness value of a50acf is 0.43.

The process color (four color CMYK) of #a50acf color hex is 0.20, 0.95, 0.00, 0.19. Web safe color of #a50acf is #9900cc. Color #a50acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001010 11001111
Octal 245 12 317
Decimal 165 10 207
Hex A5 A CF

RGB Percentages of Color #a50acf

%43.19
%2.62
%54.19

CMYK Percentages of Color #a50acf

%20
%95
%0
%19

Triadic Colors of #a50acf

#a50acf #cfa50a #0acfa5

Analogous Colors of #a50acf

#a50acf #cf0a97 #430acf

Monochromatic Colors of #a50acf

#a50acf

Complementary Color

#a50acf #34cf0a

#a50acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50acf Color CSS Codes

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

#a50acf Text Font Color

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

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


#a50acf Background Color

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

This div background color is #a50acf


#a50acf Border Color

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

This div border color is #a50acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50acf


Comments

No comments written yet.

Please login to write comment.