Color Hex Logo

#a52bbe Color Hex

#A52BBE
(165,43,190)
0 Favorites   0 Comments

Color spaces of #a52bbe

RGB 16543190
HSL0.800.630.46
HSV290°77°75°
CMYK 0.130.770.00   0.25
XYZ25.675213.444849.9571
Yxy13.44480.28820.1509
Hunter Lab36.667260.8224-55.1126
CIE-Lab43.425967.0714-51.7976

#a52bbe color RGB value is (165,43,190).

#a52bbe hex color red value is 165, green value is 43 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a52bbe hue: 0.80 , saturation: 0.63 and the lightness value of a52bbe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101011 10111110
Octal 245 53 276
Decimal 165 43 190
Hex A5 2B BE

RGB Percentages of Color #a52bbe

%41.46
%10.80
%47.74

CMYK Percentages of Color #a52bbe

%13
%77
%0
%25

Triadic Colors of #a52bbe

#a52bbe #bea52b #2bbea5

Analogous Colors of #a52bbe

#a52bbe #be2b8e #5c2bbe

Monochromatic Colors of #a52bbe

#a52bbe

Complementary Color

#a52bbe #44be2b

#a52bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52bbe Color CSS Codes

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

#a52bbe Text Font Color

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

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


#a52bbe Background Color

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

This div background color is #a52bbe


#a52bbe Border Color

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

This div border color is #a52bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52bbe


Comments

No comments written yet.

Please login to write comment.