Color Hex Logo

#a518af Color Hex

#A518AF
(165,24,175)
0 Favorites   0 Comments

Color spaces of #a518af

RGB 16524175
HSL0.820.760.39
HSV296°86°69°
CMYK 0.060.860.00   0.31
XYZ23.581511.747741.5821
Yxy11.74770.30660.1527
Hunter Lab34.274962.8287-47.9378
CIE-Lab40.812369.3012-47.1516

#a518af color RGB value is (165,24,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011000 10101111
Octal 245 30 257
Decimal 165 24 175
Hex A5 18 AF

RGB Percentages of Color #a518af

%45.33
%6.59
%48.08

CMYK Percentages of Color #a518af

%6
%86
%0
%31

Triadic Colors of #a518af

#a518af #afa518 #18afa5

Analogous Colors of #a518af

#a518af #af186e #5918af

Monochromatic Colors of #a518af

#a518af

Complementary Color

#a518af #22af18

#a518af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a518af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a518af Color CSS Codes

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

#a518af Text Font Color

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

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


#a518af Background Color

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

This div background color is #a518af


#a518af Border Color

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

This div border color is #a518af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a518af


Comments

No comments written yet.

Please login to write comment.