Color Hex Logo

#a52ffd Color Hex

#A52FFD
(165,47,253)
0 Favorites   0 Comments

Color spaces of #a52ffd

RGB 16547253
HSL0.760.980.59
HSV274°81°99°
CMYK 0.350.810.00   0.01
XYZ34.263217.124294.4279
Yxy17.12420.23500.1174
Hunter Lab41.381475.3780-106.3264
CIE-Lab48.416178.1938-79.6638

#a52ffd color RGB value is (165,47,253).

#a52ffd hex color red value is 165, green value is 47 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a52ffd hue: 0.76 , saturation: 0.98 and the lightness value of a52ffd is 0.59.

The process color (four color CMYK) of #a52ffd color hex is 0.35, 0.81, 0.00, 0.01. Web safe color of #a52ffd is #9933ff. Color #a52ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101111 11111101
Octal 245 57 375
Decimal 165 47 253
Hex A5 2F FD

RGB Percentages of Color #a52ffd

%35.48
%10.11
%54.41

CMYK Percentages of Color #a52ffd

%35
%81
%0
%1

Triadic Colors of #a52ffd

#a52ffd #fda52f #2ffda5

Analogous Colors of #a52ffd

#a52ffd #fd2fee #3e2ffd

Monochromatic Colors of #a52ffd

#a52ffd

Complementary Color

#a52ffd #87fd2f

#a52ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52ffd Color CSS Codes

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

#a52ffd Text Font Color

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

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


#a52ffd Background Color

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

This div background color is #a52ffd


#a52ffd Border Color

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

This div border color is #a52ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52ffd


Comments

No comments written yet.

Please login to write comment.