Color Hex Logo

#a71fbb Color Hex

#A71FBB
(167,31,187)
0 Favorites   0 Comments

Color spaces of #a71fbb

RGB 16731187
HSL0.810.720.43
HSV292°83°73°
CMYK 0.110.830.00   0.27
XYZ25.396012.783348.1426
Yxy12.78330.29420.1481
Hunter Lab35.753764.2201-54.8067
CIE-Lab42.434970.1673-51.6156

#a71fbb color RGB value is (167,31,187).

#a71fbb hex color red value is 167, green value is 31 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a71fbb hue: 0.81 , saturation: 0.72 and the lightness value of a71fbb is 0.43.

The process color (four color CMYK) of #a71fbb color hex is 0.11, 0.83, 0.00, 0.27. Web safe color of #a71fbb is #9933cc. Color #a71fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011111 10111011
Octal 247 37 273
Decimal 167 31 187
Hex A7 1F BB

RGB Percentages of Color #a71fbb

%43.38
%8.05
%48.57

CMYK Percentages of Color #a71fbb

%11
%83
%0
%27

Triadic Colors of #a71fbb

#a71fbb #bba71f #1fbba7

Analogous Colors of #a71fbb

#a71fbb #bb1f81 #591fbb

Monochromatic Colors of #a71fbb

#a71fbb

Complementary Color

#a71fbb #33bb1f

#a71fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71fbb Color CSS Codes

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

#a71fbb Text Font Color

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

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


#a71fbb Background Color

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

This div background color is #a71fbb


#a71fbb Border Color

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

This div border color is #a71fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71fbb


Comments

No comments written yet.

Please login to write comment.