Color Hex Logo

#a52fce Color Hex

#A52FCE
(165,47,206)
0 Favorites   0 Comments

Color spaces of #a52fce

RGB 16547206
HSL0.790.630.50
HSV285°77°81°
CMYK 0.200.770.00   0.19
XYZ27.674114.488659.7305
Yxy14.48860.27160.1422
Hunter Lab38.063963.1654-66.3941
CIE-Lab44.925668.7863-58.6784

#a52fce color RGB value is (165,47,206).

#a52fce hex color red value is 165, green value is 47 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a52fce hue: 0.79 , saturation: 0.63 and the lightness value of a52fce is 0.50.

The process color (four color CMYK) of #a52fce color hex is 0.20, 0.77, 0.00, 0.19. Web safe color of #a52fce is #9933cc. Color #a52fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101111 11001110
Octal 245 57 316
Decimal 165 47 206
Hex A5 2F CE

RGB Percentages of Color #a52fce

%39.47
%11.24
%49.28

CMYK Percentages of Color #a52fce

%20
%77
%0
%19

Triadic Colors of #a52fce

#a52fce #cea52f #2fcea5

Analogous Colors of #a52fce

#a52fce #ce2fa8 #562fce

Monochromatic Colors of #a52fce

#a52fce

Complementary Color

#a52fce #58ce2f

#a52fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52fce Color CSS Codes

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

#a52fce Text Font Color

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

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


#a52fce Background Color

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

This div background color is #a52fce


#a52fce Border Color

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

This div border color is #a52fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52fce


Comments

No comments written yet.

Please login to write comment.