Color Hex Logo

#a71ba8 Color Hex

#A71BA8
(167,27,168)
0 Favorites   0 Comments

Color spaces of #a71ba8

RGB 16727168
HSL0.830.720.38
HSV300°84°66°
CMYK 0.010.840.00   0.34
XYZ23.396211.826538.0954
Yxy11.82650.31910.1613
Hunter Lab34.389761.2563-41.6061
CIE-Lab40.939067.9298-42.7584

#a71ba8 color RGB value is (167,27,168).

#a71ba8 hex color red value is 167, green value is 27 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #a71ba8 hue: 0.83 , saturation: 0.72 and the lightness value of a71ba8 is 0.38.

The process color (four color CMYK) of #a71ba8 color hex is 0.01, 0.84, 0.00, 0.34. Web safe color of #a71ba8 is #993399. Color #a71ba8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011011 10101000
Octal 247 33 250
Decimal 167 27 168
Hex A7 1B A8

RGB Percentages of Color #a71ba8

%46.13
%7.46
%46.41

CMYK Percentages of Color #a71ba8

%1
%84
%0
%34

Triadic Colors of #a71ba8

#a71ba8 #a8a71b #1ba8a7

Analogous Colors of #a71ba8

#a71ba8 #a81b62 #611ba8

Monochromatic Colors of #a71ba8

#a71ba8

Complementary Color

#a71ba8 #1ca81b

#a71ba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71ba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71ba8 Color CSS Codes

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

#a71ba8 Text Font Color

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

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


#a71ba8 Background Color

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

This div background color is #a71ba8


#a71ba8 Border Color

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

This div border color is #a71ba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71ba8


Comments

No comments written yet.

Please login to write comment.