color codes Logo

#a84bfa color codes

#A84BFA
(168,75,250)
0 Favorites   0 Comments

Color spaces of #a84bfa

RGB 16875250
HSL0.760.950.64
HSV272°70°98°
CMYK 0.330.700.00   0.02
XYZ35.919820.259192.4597
Yxy20.25910.24170.1363
Hunter Lab45.010163.6822-90.2864
CIE-Lab52.128967.8356-71.9280

#a84bfa color RGB value is (168,75,250).

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

The process color (four color CMYK) of #a84bfa color code is 0.33, 0.70, 0.00, 0.02. Web safe color of #a84bfa is #9933ff. Color #a84bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001011 11111010
Octal 250 113 372
Decimal 168 75 250
Hex A8 4B FA

RGB Percentages of Color #a84bfa

%34.08
%15.21
%50.71

CMYK Percentages of Color #a84bfa

%33
%70
%0
%2

Triadic Colors of #a84bfa

#a84bfa #faa84b #4bfaa8

Analogous Colors of #a84bfa

#a84bfa #fa4bf5 #504bfa

Monochromatic Colors of #a84bfa

#a84bfa

Complementary Color

#a84bfa #9dfa4b

#a84bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84bfa Color CSS Codes

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

#a84bfa Text Font Color

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

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


#a84bfa Background Color

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

This div background color is #a84bfa


#a84bfa Border Color

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

This div border color is #a84bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84bfa


Comments

No comments written yet.

Please login to write comment.