Color Hex Logo

#a52abb Color Hex

#A52ABB
(165,42,187)
0 Favorites   0 Comments

Color spaces of #a52abb

RGB 16542187
HSL0.810.630.45
HSV291°78°73°
CMYK 0.120.780.00   0.27
XYZ25.314713.243148.2357
Yxy13.24310.29170.1526
Hunter Lab36.391160.4855-53.1141
CIE-Lab43.127366.8389-50.5200

#a52abb color RGB value is (165,42,187).

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

The process color (four color CMYK) of #a52abb color hex is 0.12, 0.78, 0.00, 0.27. Web safe color of #a52abb is #9933cc. Color #a52abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101010 10111011
Octal 245 52 273
Decimal 165 42 187
Hex A5 2A BB

RGB Percentages of Color #a52abb

%41.88
%10.66
%47.46

CMYK Percentages of Color #a52abb

%12
%78
%0
%27

Triadic Colors of #a52abb

#a52abb #bba52a #2abba5

Analogous Colors of #a52abb

#a52abb #bb2a89 #5d2abb

Monochromatic Colors of #a52abb

#a52abb

Complementary Color

#a52abb #40bb2a

#a52abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52abb Color CSS Codes

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

#a52abb Text Font Color

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

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


#a52abb Background Color

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

This div background color is #a52abb


#a52abb Border Color

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

This div border color is #a52abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52abb


Comments

No comments written yet.

Please login to write comment.