Color Hex Logo

#a525be Color Hex

#A525BE
(165,37,190)
0 Favorites   0 Comments

Color spaces of #a525be

RGB 16537190
HSL0.810.670.45
HSV290°81°75°
CMYK 0.130.810.00   0.25
XYZ25.472913.040249.8896
Yxy13.04020.28810.1475
Hunter Lab36.111262.7195-56.6345
CIE-Lab42.823868.8159-52.7663

#a525be color RGB value is (165,37,190).

#a525be hex color red value is 165, green value is 37 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a525be hue: 0.81 , saturation: 0.67 and the lightness value of a525be is 0.45.

The process color (four color CMYK) of #a525be color hex is 0.13, 0.81, 0.00, 0.25. Web safe color of #a525be is #9933cc. Color #a525be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100101 10111110
Octal 245 45 276
Decimal 165 37 190
Hex A5 25 BE

RGB Percentages of Color #a525be

%42.09
%9.44
%48.47

CMYK Percentages of Color #a525be

%13
%81
%0
%25

Triadic Colors of #a525be

#a525be #bea525 #25bea5

Analogous Colors of #a525be

#a525be #be258b #5925be

Monochromatic Colors of #a525be

#a525be

Complementary Color

#a525be #3ebe25

#a525be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a525be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a525be Color CSS Codes

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

#a525be Text Font Color

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

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


#a525be Background Color

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

This div background color is #a525be


#a525be Border Color

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

This div border color is #a525be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a525be


Comments

No comments written yet.

Please login to write comment.