Color Hex Logo

#a52abd Color Hex

#A52ABD
(165,42,189)
0 Favorites   0 Comments

Color spaces of #a52abd

RGB 16542189
HSL0.810.640.45
HSV290°78°74°
CMYK 0.130.780.00   0.26
XYZ25.530313.329449.3713
Yxy13.32940.28940.1511
Hunter Lab36.509560.9298-54.6206
CIE-Lab43.255467.1972-51.4863

#a52abd color RGB value is (165,42,189).

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

The process color (four color CMYK) of #a52abd color hex is 0.13, 0.78, 0.00, 0.26. Web safe color of #a52abd is #9933cc. Color #a52abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101010 10111101
Octal 245 52 275
Decimal 165 42 189
Hex A5 2A BD

RGB Percentages of Color #a52abd

%41.67
%10.61
%47.73

CMYK Percentages of Color #a52abd

%13
%78
%0
%26

Triadic Colors of #a52abd

#a52abd #bda52a #2abda5

Analogous Colors of #a52abd

#a52abd #bd2a8c #5b2abd

Monochromatic Colors of #a52abd

#a52abd

Complementary Color

#a52abd #42bd2a

#a52abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52abd Color CSS Codes

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

#a52abd Text Font Color

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

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


#a52abd Background Color

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

This div background color is #a52abd


#a52abd Border Color

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

This div border color is #a52abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52abd


Comments

No comments written yet.

Please login to write comment.