Color Hex Logo

#a52fde Color Hex

#A52FDE
(165,47,222)
0 Favorites   0 Comments

Color spaces of #a52fde

RGB 16547222
HSL0.780.730.53
HSV280°79°87°
CMYK 0.260.790.00   0.13
XYZ29.718415.306370.4953
Yxy15.30630.25730.1325
Hunter Lab39.123367.1246-79.4470
CIE-Lab46.050971.9032-66.0358

#a52fde color RGB value is (165,47,222).

#a52fde hex color red value is 165, green value is 47 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a52fde hue: 0.78 , saturation: 0.73 and the lightness value of a52fde is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101111 11011110
Octal 245 57 336
Decimal 165 47 222
Hex A5 2F DE

RGB Percentages of Color #a52fde

%38.02
%10.83
%51.15

CMYK Percentages of Color #a52fde

%26
%79
%0
%13

Triadic Colors of #a52fde

#a52fde #dea52f #2fdea5

Analogous Colors of #a52fde

#a52fde #de2fc0 #4d2fde

Monochromatic Colors of #a52fde

#a52fde

Complementary Color

#a52fde #68de2f

#a52fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52fde Color CSS Codes

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

#a52fde Text Font Color

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

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


#a52fde Background Color

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

This div background color is #a52fde


#a52fde Border Color

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

This div border color is #a52fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52fde


Comments

No comments written yet.

Please login to write comment.