Color Hex Logo

#a525dc Color Hex

#A525DC
(165,37,220)
0 Favorites   0 Comments

Color spaces of #a525dc

RGB 16537220
HSL0.780.720.50
HSV282°83°86°
CMYK 0.250.830.00   0.14
XYZ29.096914.489868.9734
Yxy14.48980.25850.1287
Hunter Lab38.065569.8292-80.7857
CIE-Lab44.927374.3638-66.7189

#a525dc color RGB value is (165,37,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100101 11011100
Octal 245 45 334
Decimal 165 37 220
Hex A5 25 DC

RGB Percentages of Color #a525dc

%39.10
%8.77
%52.13

CMYK Percentages of Color #a525dc

%25
%83
%0
%14

Triadic Colors of #a525dc

#a525dc #dca525 #25dca5

Analogous Colors of #a525dc

#a525dc #dc25b8 #4a25dc

Monochromatic Colors of #a525dc

#a525dc

Complementary Color

#a525dc #5cdc25

#a525dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a525dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a525dc Color CSS Codes

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

#a525dc Text Font Color

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

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


#a525dc Background Color

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

This div background color is #a525dc


#a525dc Border Color

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

This div border color is #a525dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a525dc


Comments

No comments written yet.

Please login to write comment.