Color Hex Logo

#a770bb Color Hex

#A770BB
(167,112,187)
0 Favorites   0 Comments

Color spaces of #a770bb

RGB 167112187
HSL0.790.360.59
HSV284°40°73°
CMYK 0.110.400.00   0.27
XYZ30.700223.391749.9107
Yxy23.39170.29520.2249
Hunter Lab48.365028.6662-27.3294
CIE-Lab55.473534.9851-30.9781

#a770bb color RGB value is (167,112,187).

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

The process color (four color CMYK) of #a770bb color hex is 0.11, 0.40, 0.00, 0.27. Web safe color of #a770bb is #9966cc. Color #a770bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110000 10111011
Octal 247 160 273
Decimal 167 112 187
Hex A7 70 BB

RGB Percentages of Color #a770bb

%35.84
%24.03
%40.13

CMYK Percentages of Color #a770bb

%11
%40
%0
%27

Triadic Colors of #a770bb

#a770bb #bba770 #70bba7

Analogous Colors of #a770bb

#a770bb #bb70aa #8270bb

Monochromatic Colors of #a770bb

#a770bb

Complementary Color

#a770bb #84bb70

#a770bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a770bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a770bb Color CSS Codes

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

#a770bb Text Font Color

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

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


#a770bb Background Color

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

This div background color is #a770bb


#a770bb Border Color

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

This div border color is #a770bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a770bb


Comments

No comments written yet.

Please login to write comment.