Color Hex Logo

#a52ffb Color Hex

#A52FFB
(165,47,251)
0 Favorites   0 Comments

Color spaces of #a52ffb

RGB 16547251
HSL0.760.960.58
HSV275°81°98°
CMYK 0.340.810.00   0.02
XYZ33.946216.997492.7585
Yxy16.99740.23620.1183
Hunter Lab41.227974.8244-104.5368
CIE-Lab48.256877.7800-78.8079

#a52ffb color RGB value is (165,47,251).

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

The process color (four color CMYK) of #a52ffb color hex is 0.34, 0.81, 0.00, 0.02. Web safe color of #a52ffb is #9933ff. Color #a52ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101111 11111011
Octal 245 57 373
Decimal 165 47 251
Hex A5 2F FB

RGB Percentages of Color #a52ffb

%35.64
%10.15
%54.21

CMYK Percentages of Color #a52ffb

%34
%81
%0
%2

Triadic Colors of #a52ffb

#a52ffb #fba52f #2ffba5

Analogous Colors of #a52ffb

#a52ffb #fb2feb #3f2ffb

Monochromatic Colors of #a52ffb

#a52ffb

Complementary Color

#a52ffb #85fb2f

#a52ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52ffb Color CSS Codes

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

#a52ffb Text Font Color

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

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


#a52ffb Background Color

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

This div background color is #a52ffb


#a52ffb Border Color

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

This div border color is #a52ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.