Color Hex Logo

#a078fb Color Hex

#A078FB
(160,120,251)
0 Favorites   0 Comments

Color spaces of #a078fb

RGB 160120251
HSL0.720.940.73
HSV258°52°98°
CMYK 0.360.520.00   0.02
XYZ38.626327.871694.6107
Yxy27.87160.23980.1730
Hunter Lab52.793638.2104-69.2974
CIE-Lab59.772643.7492-60.2067

#a078fb color RGB value is (160,120,251).

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

The process color (four color CMYK) of #a078fb color hex is 0.36, 0.52, 0.00, 0.02. Web safe color of #a078fb is #9966ff. Color #a078fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111000 11111011
Octal 240 170 373
Decimal 160 120 251
Hex A0 78 FB

RGB Percentages of Color #a078fb

%30.13
%22.60
%47.27

CMYK Percentages of Color #a078fb

%36
%52
%0
%2

Triadic Colors of #a078fb

#a078fb #fba078 #78fba0

Analogous Colors of #a078fb

#a078fb #e278fb #7892fb

Monochromatic Colors of #a078fb

#a078fb

Complementary Color

#a078fb #d3fb78

#a078fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a078fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a078fb Color CSS Codes

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

#a078fb Text Font Color

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

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


#a078fb Background Color

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

This div background color is #a078fb


#a078fb Border Color

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

This div border color is #a078fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a078fb


Comments

No comments written yet.

Please login to write comment.