Color Hex Logo

#a770bf Color Hex

#A770BF
(167,112,191)
0 Favorites   0 Comments

Color spaces of #a770bf

RGB 167112191
HSL0.780.380.59
HSV282°41°75°
CMYK 0.130.410.00   0.25
XYZ31.134523.565452.1978
Yxy23.56540.29130.2204
Hunter Lab48.544229.5311-29.7714
CIE-Lab55.650035.8346-32.9942

#a770bf color RGB value is (167,112,191).

#a770bf hex color red value is 167, green value is 112 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a770bf hue: 0.78 , saturation: 0.38 and the lightness value of a770bf is 0.59.

The process color (four color CMYK) of #a770bf color hex is 0.13, 0.41, 0.00, 0.25. Web safe color of #a770bf is #9966cc. Color #a770bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110000 10111111
Octal 247 160 277
Decimal 167 112 191
Hex A7 70 BF

RGB Percentages of Color #a770bf

%35.53
%23.83
%40.64

CMYK Percentages of Color #a770bf

%13
%41
%0
%25

Triadic Colors of #a770bf

#a770bf #bfa770 #70bfa7

Analogous Colors of #a770bf

#a770bf #bf70b0 #8070bf

Monochromatic Colors of #a770bf

#a770bf

Complementary Color

#a770bf #88bf70

#a770bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a770bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a770bf Color CSS Codes

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

#a770bf Text Font Color

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

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


#a770bf Background Color

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

This div background color is #a770bf


#a770bf Border Color

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

This div border color is #a770bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,112,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a770bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a770bf


Comments

No comments written yet.

Please login to write comment.