Color Hex Logo

#a52fbe Color Hex

#A52FBE
(165,47,190)
0 Favorites   0 Comments

Color spaces of #a52fbe

RGB 16547190
HSL0.800.600.46
HSV290°75°75°
CMYK 0.130.750.00   0.25
XYZ25.827813.750150.0079
Yxy13.75010.28830.1535
Hunter Lab37.081159.4371-54.0022
CIE-Lab43.872465.7861-51.0801

#a52fbe color RGB value is (165,47,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101111 10111110
Octal 245 57 276
Decimal 165 47 190
Hex A5 2F BE

RGB Percentages of Color #a52fbe

%41.04
%11.69
%47.26

CMYK Percentages of Color #a52fbe

%13
%75
%0
%25

Triadic Colors of #a52fbe

#a52fbe #bea52f #2fbea5

Analogous Colors of #a52fbe

#a52fbe #be2f90 #5e2fbe

Monochromatic Colors of #a52fbe

#a52fbe

Complementary Color

#a52fbe #48be2f

#a52fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52fbe Color CSS Codes

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

#a52fbe Text Font Color

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

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


#a52fbe Background Color

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

This div background color is #a52fbe


#a52fbe Border Color

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

This div border color is #a52fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52fbe


Comments

No comments written yet.

Please login to write comment.