Color Hex Logo

#a018bd Color Hex

#A018BD
(160,24,189)
0 Favorites   0 Comments

Color spaces of #a018bd

RGB 16024189
HSL0.800.770.42
HSV289°87°74°
CMYK 0.150.870.00   0.26
XYZ24.009111.801049.1565
Yxy11.80100.28260.1389
Hunter Lab34.352664.6370-60.7936
CIE-Lab40.898170.8191-55.3275

#a018bd color RGB value is (160,24,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011000 10111101
Octal 240 30 275
Decimal 160 24 189
Hex A0 18 BD

RGB Percentages of Color #a018bd

%42.90
%6.43
%50.67

CMYK Percentages of Color #a018bd

%15
%87
%0
%26

Triadic Colors of #a018bd

#a018bd #bda018 #18bda0

Analogous Colors of #a018bd

#a018bd #bd1888 #4d18bd

Monochromatic Colors of #a018bd

#a018bd

Complementary Color

#a018bd #35bd18

#a018bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a018bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a018bd Color CSS Codes

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

#a018bd Text Font Color

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

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


#a018bd Background Color

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

This div background color is #a018bd


#a018bd Border Color

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

This div border color is #a018bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a018bd


Comments

No comments written yet.

Please login to write comment.