Color Hex Logo

#a527dc Color Hex

#A527DC
(165,39,220)
0 Favorites   0 Comments

Color spaces of #a527dc

RGB 16539220
HSL0.780.720.51
HSV282°82°86°
CMYK 0.250.820.00   0.14
XYZ29.160814.617768.9947
Yxy14.61770.25860.1296
Hunter Lab38.233169.2360-80.2304
CIE-Lab45.106173.8398-66.4284

#a527dc color RGB value is (165,39,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100111 11011100
Octal 245 47 334
Decimal 165 39 220
Hex A5 27 DC

RGB Percentages of Color #a527dc

%38.92
%9.20
%51.89

CMYK Percentages of Color #a527dc

%25
%82
%0
%14

Triadic Colors of #a527dc

#a527dc #dca527 #27dca5

Analogous Colors of #a527dc

#a527dc #dc27b9 #4b27dc

Monochromatic Colors of #a527dc

#a527dc

Complementary Color

#a527dc #5edc27

#a527dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a527dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a527dc Color CSS Codes

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

#a527dc Text Font Color

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

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


#a527dc Background Color

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

This div background color is #a527dc


#a527dc Border Color

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

This div border color is #a527dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a527dc


Comments

No comments written yet.

Please login to write comment.