Color Hex Logo

#a518bd Color Hex

#A518BD
(165,24,189)
0 Favorites   0 Comments

Color spaces of #a518bd

RGB 16524189
HSL0.810.770.42
HSV291°87°74°
CMYK 0.130.870.00   0.26
XYZ25.029012.326749.2042
Yxy12.32670.28920.1424
Hunter Lab35.109465.8087-58.5156
CIE-Lab41.730771.6437-53.9415

#a518bd color RGB value is (165,24,189).

#a518bd hex color red value is 165, green value is 24 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a518bd hue: 0.81 , saturation: 0.77 and the lightness value of a518bd is 0.42.

The process color (four color CMYK) of #a518bd color hex is 0.13, 0.87, 0.00, 0.26. Web safe color of #a518bd is #9900cc. Color #a518bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011000 10111101
Octal 245 30 275
Decimal 165 24 189
Hex A5 18 BD

RGB Percentages of Color #a518bd

%43.65
%6.35
%50.00

CMYK Percentages of Color #a518bd

%13
%87
%0
%26

Triadic Colors of #a518bd

#a518bd #bda518 #18bda5

Analogous Colors of #a518bd

#a518bd #bd1883 #5318bd

Monochromatic Colors of #a518bd

#a518bd

Complementary Color

#a518bd #30bd18

#a518bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a518bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a518bd Color CSS Codes

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

#a518bd Text Font Color

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

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


#a518bd Background Color

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

This div background color is #a518bd


#a518bd Border Color

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

This div border color is #a518bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a518bd


Comments

No comments written yet.

Please login to write comment.