Color Hex Logo

#a54bfa Color Hex

#A54BFA
(165,75,250)
0 Favorites   0 Comments

Color spaces of #a54bfa

RGB 16575250
HSL0.750.950.64
HSV271°70°98°
CMYK 0.340.700.00   0.02
XYZ35.288419.933692.4301
Yxy19.93360.23900.1350
Hunter Lab44.647162.9515-91.4915
CIE-Lab51.762167.2861-72.5403

#a54bfa color RGB value is (165,75,250).

#a54bfa hex color red value is 165, green value is 75 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a54bfa hue: 0.75 , saturation: 0.95 and the lightness value of a54bfa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001011 11111010
Octal 245 113 372
Decimal 165 75 250
Hex A5 4B FA

RGB Percentages of Color #a54bfa

%33.67
%15.31
%51.02

CMYK Percentages of Color #a54bfa

%34
%70
%0
%2

Triadic Colors of #a54bfa

#a54bfa #faa54b #4bfaa5

Analogous Colors of #a54bfa

#a54bfa #fa4bf8 #4e4bfa

Monochromatic Colors of #a54bfa

#a54bfa

Complementary Color

#a54bfa #a0fa4b

#a54bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54bfa Color CSS Codes

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

#a54bfa Text Font Color

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

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


#a54bfa Background Color

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

This div background color is #a54bfa


#a54bfa Border Color

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

This div border color is #a54bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.