Color Hex Logo

#a526bd Color Hex

#A526BD
(165,38,189)
0 Favorites   0 Comments

Color spaces of #a526bd

RGB 16538189
HSL0.810.670.45
HSV290°80°74°
CMYK 0.130.800.00   0.26
XYZ25.395513.059749.3264
Yxy13.05970.28930.1488
Hunter Lab36.138262.1959-55.6304
CIE-Lab42.853168.3627-52.1334

#a526bd color RGB value is (165,38,189).

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

The process color (four color CMYK) of #a526bd color hex is 0.13, 0.80, 0.00, 0.26. Web safe color of #a526bd is #9933cc. Color #a526bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100110 10111101
Octal 245 46 275
Decimal 165 38 189
Hex A5 26 BD

RGB Percentages of Color #a526bd

%42.09
%9.69
%48.21

CMYK Percentages of Color #a526bd

%13
%80
%0
%26

Triadic Colors of #a526bd

#a526bd #bda526 #26bda5

Analogous Colors of #a526bd

#a526bd #bd268a #5a26bd

Monochromatic Colors of #a526bd

#a526bd

Complementary Color

#a526bd #3ebd26

#a526bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a526bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a526bd Color CSS Codes

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

#a526bd Text Font Color

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

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


#a526bd Background Color

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

This div background color is #a526bd


#a526bd Border Color

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

This div border color is #a526bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a526bd


Comments

No comments written yet.

Please login to write comment.