Color Hex Logo

#a50faf Color Hex

#A50FAF
(165,15,175)
0 Favorites   0 Comments

Color spaces of #a50faf

RGB 16515175
HSL0.820.840.37
HSV296°91°69°
CMYK 0.060.910.00   0.31
XYZ23.425711.436141.5302
Yxy11.43610.30670.1497
Hunter Lab33.817364.4691-49.1405
CIE-Lab40.305570.7923-47.9650

#a50faf color RGB value is (165,15,175).

#a50faf hex color red value is 165, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a50faf hue: 0.82 , saturation: 0.84 and the lightness value of a50faf is 0.37.

The process color (four color CMYK) of #a50faf color hex is 0.06, 0.91, 0.00, 0.31. Web safe color of #a50faf is #990099. Color #a50faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001111 10101111
Octal 245 17 257
Decimal 165 15 175
Hex A5 F AF

RGB Percentages of Color #a50faf

%46.48
%4.23
%49.30

CMYK Percentages of Color #a50faf

%6
%91
%0
%31

Triadic Colors of #a50faf

#a50faf #afa50f #0fafa5

Analogous Colors of #a50faf

#a50faf #af0f69 #550faf

Monochromatic Colors of #a50faf

#a50faf

Complementary Color

#a50faf #19af0f

#a50faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50faf Color CSS Codes

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

#a50faf Text Font Color

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

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


#a50faf Background Color

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

This div background color is #a50faf


#a50faf Border Color

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

This div border color is #a50faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50faf


Comments

No comments written yet.

Please login to write comment.