Color Hex Logo

#a503af Color Hex

#A503AF
(165,3,175)
0 Favorites   0 Comments

Color spaces of #a503af

RGB 1653175
HSL0.820.970.35
HSV297°98°69°
CMYK 0.060.980.00   0.31
XYZ23.287511.159641.4841
Yxy11.15960.30670.1470
Hunter Lab33.406065.9729-50.2431
CIE-Lab39.848072.1466-48.7001

#a503af color RGB value is (165,3,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000011 10101111
Octal 245 3 257
Decimal 165 3 175
Hex A5 3 AF

RGB Percentages of Color #a503af

%48.10
%0.87
%51.02

CMYK Percentages of Color #a503af

%6
%98
%0
%31

Triadic Colors of #a503af

#a503af #afa503 #03afa5

Analogous Colors of #a503af

#a503af #af0363 #4f03af

Monochromatic Colors of #a503af

#a503af

Complementary Color

#a503af #0daf03

#a503af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a503af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a503af Color CSS Codes

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

#a503af Text Font Color

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

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


#a503af Background Color

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

This div background color is #a503af


#a503af Border Color

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

This div border color is #a503af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a503af


Comments

No comments written yet.

Please login to write comment.