Color Hex Logo

#a828fb Color Hex

#A828FB
(168,40,251)
0 Favorites   0 Comments

Color spaces of #a828fb

RGB 16840251
HSL0.770.960.57
HSV276°84°98°
CMYK 0.330.840.00   0.02
XYZ34.319816.807492.7021
Yxy16.80740.23860.1169
Hunter Lab40.996877.6838-105.3689
CIE-Lab48.016480.1125-79.1838

#a828fb color RGB value is (168,40,251).

#a828fb hex color red value is 168, green value is 40 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a828fb hue: 0.77 , saturation: 0.96 and the lightness value of a828fb is 0.57.

The process color (four color CMYK) of #a828fb color hex is 0.33, 0.84, 0.00, 0.02. Web safe color of #a828fb is #9933ff. Color #a828fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101000 11111011
Octal 250 50 373
Decimal 168 40 251
Hex A8 28 FB

RGB Percentages of Color #a828fb

%36.60
%8.71
%54.68

CMYK Percentages of Color #a828fb

%33
%84
%0
%2

Triadic Colors of #a828fb

#a828fb #fba828 #28fba8

Analogous Colors of #a828fb

#a828fb #fb28e5 #3e28fb

Monochromatic Colors of #a828fb

#a828fb

Complementary Color

#a828fb #7bfb28

#a828fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a828fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a828fb Color CSS Codes

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

#a828fb Text Font Color

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

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


#a828fb Background Color

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

This div background color is #a828fb


#a828fb Border Color

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

This div border color is #a828fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a828fb

Related Colors


Comments

No comments written yet.

Please login to write comment.