Color Hex Logo

#a528dc Color Hex

#A528DC
(165,40,220)
0 Favorites   0 Comments

Color spaces of #a528dc

RGB 16540220
HSL0.780.720.51
HSV282°82°86°
CMYK 0.250.820.00   0.14
XYZ29.194114.684269.0058
Yxy14.68420.25860.1301
Hunter Lab38.320068.9304-79.9442
CIE-Lab45.198673.5693-66.2781

#a528dc color RGB value is (165,40,220).

#a528dc hex color red value is 165, green value is 40 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a528dc hue: 0.78 , saturation: 0.72 and the lightness value of a528dc is 0.51.

The process color (four color CMYK) of #a528dc color hex is 0.25, 0.82, 0.00, 0.14. Web safe color of #a528dc is #9933cc. Color #a528dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101000 11011100
Octal 245 50 334
Decimal 165 40 220
Hex A5 28 DC

RGB Percentages of Color #a528dc

%38.82
%9.41
%51.76

CMYK Percentages of Color #a528dc

%25
%82
%0
%14

Triadic Colors of #a528dc

#a528dc #dca528 #28dca5

Analogous Colors of #a528dc

#a528dc #dc28b9 #4b28dc

Monochromatic Colors of #a528dc

#a528dc

Complementary Color

#a528dc #5fdc28

#a528dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a528dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a528dc Color CSS Codes

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

#a528dc Text Font Color

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

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


#a528dc Background Color

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

This div background color is #a528dc


#a528dc Border Color

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

This div border color is #a528dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a528dc


Comments

No comments written yet.

Please login to write comment.