Color Hex Logo

#a770fb Color Hex

#A770FB
(167,112,251)
0 Favorites   0 Comments

Color spaces of #a770fb

RGB 167112251
HSL0.730.950.71
HSV264°55°98°
CMYK 0.330.550.00   0.02
XYZ39.143126.768994.3706
Yxy26.76890.24420.1670
Hunter Lab51.738744.5022-71.9270
CIE-Lab58.759849.7589-61.7913

#a770fb color RGB value is (167,112,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110000 11111011
Octal 247 160 373
Decimal 167 112 251
Hex A7 70 FB

RGB Percentages of Color #a770fb

%31.51
%21.13
%47.36

CMYK Percentages of Color #a770fb

%33
%55
%0
%2

Triadic Colors of #a770fb

#a770fb #fba770 #70fba7

Analogous Colors of #a770fb

#a770fb #ed70fb #707ffb

Monochromatic Colors of #a770fb

#a770fb

Complementary Color

#a770fb #c4fb70

#a770fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a770fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a770fb Color CSS Codes

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

#a770fb Text Font Color

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

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


#a770fb Background Color

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

This div background color is #a770fb


#a770fb Border Color

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

This div border color is #a770fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a770fb

Related Colors


Comments

No comments written yet.

Please login to write comment.