Color Hex Logo

#a771fb Color Hex

#A771FB
(167,113,251)
0 Favorites   0 Comments

Color spaces of #a771fb

RGB 167113251
HSL0.730.950.71
HSV263°55°98°
CMYK 0.330.550.00   0.02
XYZ39.254126.990894.4076
Yxy26.99080.24430.1680
Hunter Lab51.952743.9528-71.3740
CIE-Lab58.965849.2222-61.4610

#a771fb color RGB value is (167,113,251).

#a771fb hex color red value is 167, green value is 113 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a771fb hue: 0.73 , saturation: 0.95 and the lightness value of a771fb is 0.71.

The process color (four color CMYK) of #a771fb color hex is 0.33, 0.55, 0.00, 0.02. Web safe color of #a771fb is #9966ff. Color #a771fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110001 11111011
Octal 247 161 373
Decimal 167 113 251
Hex A7 71 FB

RGB Percentages of Color #a771fb

%31.45
%21.28
%47.27

CMYK Percentages of Color #a771fb

%33
%55
%0
%2

Triadic Colors of #a771fb

#a771fb #fba771 #71fba7

Analogous Colors of #a771fb

#a771fb #ec71fb #7180fb

Monochromatic Colors of #a771fb

#a771fb

Complementary Color

#a771fb #c5fb71

#a771fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a771fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a771fb Color CSS Codes

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

#a771fb Text Font Color

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

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


#a771fb Background Color

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

This div background color is #a771fb


#a771fb Border Color

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

This div border color is #a771fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a771fb


Comments

No comments written yet.

Please login to write comment.