Color Hex Logo

#a527be Color Hex

#A527BE
(165,39,190)
0 Favorites   0 Comments

Color spaces of #a527be

RGB 16539190
HSL0.810.660.45
HSV290°79°75°
CMYK 0.130.790.00   0.25
XYZ25.536813.168149.9109
Yxy13.16810.28820.1486
Hunter Lab36.287962.1117-56.1469
CIE-Lab43.015468.2590-52.4578

#a527be color RGB value is (165,39,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100111 10111110
Octal 245 47 276
Decimal 165 39 190
Hex A5 27 BE

RGB Percentages of Color #a527be

%41.88
%9.90
%48.22

CMYK Percentages of Color #a527be

%13
%79
%0
%25

Triadic Colors of #a527be

#a527be #bea527 #27bea5

Analogous Colors of #a527be

#a527be #be278c #5927be

Monochromatic Colors of #a527be

#a527be

Complementary Color

#a527be #40be27

#a527be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a527be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a527be Color CSS Codes

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

#a527be Text Font Color

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

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


#a527be Background Color

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

This div background color is #a527be


#a527be Border Color

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

This div border color is #a527be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a527be


Comments

No comments written yet.

Please login to write comment.