Color Hex Logo

#a526da Color Hex

#A526DA
(165,38,218)
0 Favorites   0 Comments

Color spaces of #a526da

RGB 16538218
HSL0.780.710.50
HSV282°83°85°
CMYK 0.240.830.00   0.15
XYZ28.865114.447567.5970
Yxy14.44750.26030.1303
Hunter Lab38.009969.0375-78.8348
CIE-Lab44.868073.7223-65.6710

#a526da color RGB value is (165,38,218).

#a526da hex color red value is 165, green value is 38 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a526da hue: 0.78 , saturation: 0.71 and the lightness value of a526da is 0.50.

The process color (four color CMYK) of #a526da color hex is 0.24, 0.83, 0.00, 0.15. Web safe color of #a526da is #9933cc. Color #a526da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100110 11011010
Octal 245 46 332
Decimal 165 38 218
Hex A5 26 DA

RGB Percentages of Color #a526da

%39.19
%9.03
%51.78

CMYK Percentages of Color #a526da

%24
%83
%0
%15

Triadic Colors of #a526da

#a526da #daa526 #26daa5

Analogous Colors of #a526da

#a526da #da26b5 #4b26da

Monochromatic Colors of #a526da

#a526da

Complementary Color

#a526da #5bda26

#a526da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a526da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a526da Color CSS Codes

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

#a526da Text Font Color

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

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


#a526da Background Color

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

This div background color is #a526da


#a526da Border Color

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

This div border color is #a526da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a526da


Comments

No comments written yet.

Please login to write comment.