Color Hex Logo

#a537fb Color Hex

#A537FB
(165,55,251)
0 Favorites   0 Comments

Color spaces of #a537fb

RGB 16555251
HSL0.760.960.60
HSV274°78°98°
CMYK 0.340.780.00   0.02
XYZ34.295817.696792.8750
Yxy17.69670.23670.1222
Hunter Lab42.067471.9054-101.4511
CIE-Lab49.126275.2463-77.3883

#a537fb color RGB value is (165,55,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110111 11111011
Octal 245 67 373
Decimal 165 55 251
Hex A5 37 FB

RGB Percentages of Color #a537fb

%35.03
%11.68
%53.29

CMYK Percentages of Color #a537fb

%34
%78
%0
%2

Triadic Colors of #a537fb

#a537fb #fba537 #37fba5

Analogous Colors of #a537fb

#a537fb #fb37ef #4337fb

Monochromatic Colors of #a537fb

#a537fb

Complementary Color

#a537fb #8dfb37

#a537fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a537fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a537fb Color CSS Codes

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

#a537fb Text Font Color

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

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


#a537fb Background Color

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

This div background color is #a537fb


#a537fb Border Color

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

This div border color is #a537fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,55,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 #a537fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a537fb

Related Colors


Comments

No comments written yet.

Please login to write comment.