Color Hex Logo

#a537b0 Color Hex

#A537B0
(165,55,176)
0 Favorites   0 Comments

Color spaces of #a537b0

RGB 16555176
HSL0.820.520.45
HSV295°69°69°
CMYK 0.060.690.00   0.31
XYZ24.719713.866342.4479
Yxy13.86630.30510.1711
Hunter Lab37.237553.3297-41.5199
CIE-Lab44.040660.3618-42.5857

#a537b0 color RGB value is (165,55,176).

#a537b0 hex color red value is 165, green value is 55 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #a537b0 hue: 0.82 , saturation: 0.52 and the lightness value of a537b0 is 0.45.

The process color (four color CMYK) of #a537b0 color hex is 0.06, 0.69, 0.00, 0.31. Web safe color of #a537b0 is #993399. Color #a537b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110111 10110000
Octal 245 67 260
Decimal 165 55 176
Hex A5 37 B0

RGB Percentages of Color #a537b0

%41.67
%13.89
%44.44

CMYK Percentages of Color #a537b0

%6
%69
%0
%31

Triadic Colors of #a537b0

#a537b0 #b0a537 #37b0a5

Analogous Colors of #a537b0

#a537b0 #b0377f #6937b0

Monochromatic Colors of #a537b0

#a537b0

Complementary Color

#a537b0 #42b037

#a537b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a537b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a537b0 Color CSS Codes

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

#a537b0 Text Font Color

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

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


#a537b0 Background Color

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

This div background color is #a537b0


#a537b0 Border Color

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

This div border color is #a537b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a537b0


Comments

No comments written yet.

Please login to write comment.