Color Hex Logo

#a52fbf Color Hex

#A52FBF
(165,47,191)
0 Favorites   0 Comments

Color spaces of #a52fbf

RGB 16547191
HSL0.800.610.47
HSV289°75°75°
CMYK 0.140.750.00   0.25
XYZ25.937513.794050.5857
Yxy13.79400.28720.1527
Hunter Lab37.140359.6628-54.7558
CIE-Lab43.936065.9696-51.5624

#a52fbf color RGB value is (165,47,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101111 10111111
Octal 245 57 277
Decimal 165 47 191
Hex A5 2F BF

RGB Percentages of Color #a52fbf

%40.94
%11.66
%47.39

CMYK Percentages of Color #a52fbf

%14
%75
%0
%25

Triadic Colors of #a52fbf

#a52fbf #bfa52f #2fbfa5

Analogous Colors of #a52fbf

#a52fbf #bf2f91 #5d2fbf

Monochromatic Colors of #a52fbf

#a52fbf

Complementary Color

#a52fbf #49bf2f

#a52fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52fbf Color CSS Codes

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

#a52fbf Text Font Color

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

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


#a52fbf Background Color

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

This div background color is #a52fbf


#a52fbf Border Color

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

This div border color is #a52fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52fbf


Comments

No comments written yet.

Please login to write comment.