Color Hex Logo

#a514af Color Hex

#A514AF
(165,20,175)
0 Favorites   0 Comments

Color spaces of #a514af

RGB 16520175
HSL0.820.790.38
HSV296°89°69°
CMYK 0.060.890.00   0.31
XYZ23.505111.594841.5566
Yxy11.59480.30660.1513
Hunter Lab34.051163.6270-48.5227
CIE-Lab40.564770.0286-47.5487

#a514af color RGB value is (165,20,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010100 10101111
Octal 245 24 257
Decimal 165 20 175
Hex A5 14 AF

RGB Percentages of Color #a514af

%45.83
%5.56
%48.61

CMYK Percentages of Color #a514af

%6
%89
%0
%31

Triadic Colors of #a514af

#a514af #afa514 #14afa5

Analogous Colors of #a514af

#a514af #af146c #5814af

Monochromatic Colors of #a514af

#a514af

Complementary Color

#a514af #1eaf14

#a514af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a514af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a514af Color CSS Codes

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

#a514af Text Font Color

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

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


#a514af Background Color

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

This div background color is #a514af


#a514af Border Color

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

This div border color is #a514af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a514af


Comments

No comments written yet.

Please login to write comment.