Color Hex Logo

#a024bd Color Hex

#A024BD
(160,36,189)
0 Favorites   0 Comments

Color spaces of #a024bd

RGB 16036189
HSL0.800.680.44
HSV289°81°74°
CMYK 0.150.810.00   0.26
XYZ24.313412.409549.2579
Yxy12.40950.28280.1443
Hunter Lab35.227161.5514-58.2459
CIE-Lab41.859768.0039-53.7750

#a024bd color RGB value is (160,36,189).

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

The process color (four color CMYK) of #a024bd color hex is 0.15, 0.81, 0.00, 0.26. Web safe color of #a024bd is #9933cc. Color #a024bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100100 10111101
Octal 240 44 275
Decimal 160 36 189
Hex A0 24 BD

RGB Percentages of Color #a024bd

%41.56
%9.35
%49.09

CMYK Percentages of Color #a024bd

%15
%81
%0
%26

Triadic Colors of #a024bd

#a024bd #bda024 #24bda0

Analogous Colors of #a024bd

#a024bd #bd248e #5424bd

Monochromatic Colors of #a024bd

#a024bd

Complementary Color

#a024bd #41bd24

#a024bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a024bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a024bd Color CSS Codes

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

#a024bd Text Font Color

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

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


#a024bd Background Color

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

This div background color is #a024bd


#a024bd Border Color

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

This div border color is #a024bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a024bd


Comments

No comments written yet.

Please login to write comment.