Color Hex Logo

#a007fb Color Hex

#A007FB
(160,7,251)
0 Favorites   0 Comments

Color spaces of #a007fb

RGB 1607251
HSL0.770.970.51
HSV278°97°98°
CMYK 0.360.970.00   0.02
XYZ31.985814.590692.3972
Yxy14.59060.23020.1050
Hunter Lab38.197682.6258-116.6797
CIE-Lab45.068384.5587-84.0588

#a007fb color RGB value is (160,7,251).

#a007fb hex color red value is 160, green value is 7 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a007fb hue: 0.77 , saturation: 0.97 and the lightness value of a007fb is 0.51.

The process color (four color CMYK) of #a007fb color hex is 0.36, 0.97, 0.00, 0.02. Web safe color of #a007fb is #9900ff. Color #a007fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000111 11111011
Octal 240 7 373
Decimal 160 7 251
Hex A0 7 FB

RGB Percentages of Color #a007fb

%38.28
%1.67
%60.05

CMYK Percentages of Color #a007fb

%36
%97
%0
%2

Triadic Colors of #a007fb

#a007fb #fba007 #07fba0

Analogous Colors of #a007fb

#a007fb #fb07dc #2607fb

Monochromatic Colors of #a007fb

#a007fb

Complementary Color

#a007fb #62fb07

#a007fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a007fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a007fb Color CSS Codes

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

#a007fb Text Font Color

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

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


#a007fb Background Color

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

This div background color is #a007fb


#a007fb Border Color

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

This div border color is #a007fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a007fb


Comments

No comments written yet.

Please login to write comment.