Color Hex Logo

#a780fb Color Hex

#A780FB
(167,128,251)
0 Favorites   0 Comments

Color spaces of #a780fb

RGB 167128251
HSL0.720.940.74
HSV259°49°98°
CMYK 0.330.490.00   0.02
XYZ41.068130.618995.0123
Yxy30.61890.24640.1837
Hunter Lab55.334335.6442-63.0703
CIE-Lab62.184640.9977-56.3177

#a780fb color RGB value is (167,128,251).

#a780fb hex color red value is 167, green value is 128 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a780fb hue: 0.72 , saturation: 0.94 and the lightness value of a780fb is 0.74.

The process color (four color CMYK) of #a780fb color hex is 0.33, 0.49, 0.00, 0.02. Web safe color of #a780fb is #9999ff. Color #a780fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000000 11111011
Octal 247 200 373
Decimal 167 128 251
Hex A7 80 FB

RGB Percentages of Color #a780fb

%30.59
%23.44
%45.97

CMYK Percentages of Color #a780fb

%33
%49
%0
%2

Triadic Colors of #a780fb

#a780fb #fba780 #80fba7

Analogous Colors of #a780fb

#a780fb #e580fb #8097fb

Monochromatic Colors of #a780fb

#a780fb

Complementary Color

#a780fb #d4fb80

#a780fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a780fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a780fb Color CSS Codes

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

#a780fb Text Font Color

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

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


#a780fb Background Color

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

This div background color is #a780fb


#a780fb Border Color

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

This div border color is #a780fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a780fb


Comments

No comments written yet.

Please login to write comment.