Color Hex Logo

#a52cff Color Hex

#A52CFF
(165,44,255)
0 Favorites   0 Comments

Color spaces of #a52cff

RGB 16544255
HSL0.761.000.59
HSV274°83°100°
CMYK 0.350.830.00   0.00
XYZ34.467717.020796.0764
Yxy17.02070.23360.1153
Hunter Lab41.256276.9306-109.1939
CIE-Lab48.286179.4609-80.9914

#a52cff color RGB value is (165,44,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101100 11111111
Octal 245 54 377
Decimal 165 44 255
Hex A5 2C FF

RGB Percentages of Color #a52cff

%35.56
%9.48
%54.96

CMYK Percentages of Color #a52cff

%35
%83
%0
%0

Triadic Colors of #a52cff

#a52cff #ffa52c #2cffa5

Analogous Colors of #a52cff

#a52cff #ff2cf0 #3c2cff

Monochromatic Colors of #a52cff

#a52cff

Complementary Color

#a52cff #86ff2c

#a52cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52cff Color CSS Codes

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

#a52cff Text Font Color

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

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


#a52cff Background Color

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

This div background color is #a52cff


#a52cff Border Color

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

This div border color is #a52cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52cff

Related Colors


Comments

No comments written yet.

Please login to write comment.