Color Hex Logo

#a525ce Color Hex

#A525CE
(165,37,206)
0 Favorites   0 Comments

Color spaces of #a525ce

RGB 16537206
HSL0.790.700.48
HSV285°82°81°
CMYK 0.200.820.00   0.19
XYZ27.319213.778759.6122
Yxy13.77870.27130.1368
Hunter Lab37.119766.4124-69.2328
CIE-Lab43.913971.7246-60.3147

#a525ce color RGB value is (165,37,206).

#a525ce hex color red value is 165, green value is 37 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a525ce hue: 0.79 , saturation: 0.70 and the lightness value of a525ce is 0.48.

The process color (four color CMYK) of #a525ce color hex is 0.20, 0.82, 0.00, 0.19. Web safe color of #a525ce is #9933cc. Color #a525ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100101 11001110
Octal 245 45 316
Decimal 165 37 206
Hex A5 25 CE

RGB Percentages of Color #a525ce

%40.44
%9.07
%50.49

CMYK Percentages of Color #a525ce

%20
%82
%0
%19

Triadic Colors of #a525ce

#a525ce #cea525 #25cea5

Analogous Colors of #a525ce

#a525ce #ce25a3 #5125ce

Monochromatic Colors of #a525ce

#a525ce

Complementary Color

#a525ce #4ece25

#a525ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a525ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a525ce Color CSS Codes

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

#a525ce Text Font Color

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

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


#a525ce Background Color

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

This div background color is #a525ce


#a525ce Border Color

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

This div border color is #a525ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a525ce


Comments

No comments written yet.

Please login to write comment.