Color Hex Logo

#a71bbd Color Hex

#A71BBD
(167,27,189)
0 Favorites   0 Comments

Color spaces of #a71bbd

RGB 16727189
HSL0.810.750.42
HSV292°86°74°
CMYK 0.120.860.00   0.26
XYZ25.513612.673549.2456
Yxy12.67350.29180.1450
Hunter Lab35.599965.6271-57.0965
CIE-Lab42.267171.3868-53.0597

#a71bbd color RGB value is (167,27,189).

#a71bbd hex color red value is 167, green value is 27 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a71bbd hue: 0.81 , saturation: 0.75 and the lightness value of a71bbd is 0.42.

The process color (four color CMYK) of #a71bbd color hex is 0.12, 0.86, 0.00, 0.26. Web safe color of #a71bbd is #9933cc. Color #a71bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011011 10111101
Octal 247 33 275
Decimal 167 27 189
Hex A7 1B BD

RGB Percentages of Color #a71bbd

%43.60
%7.05
%49.35

CMYK Percentages of Color #a71bbd

%12
%86
%0
%26

Triadic Colors of #a71bbd

#a71bbd #bda71b #1bbda7

Analogous Colors of #a71bbd

#a71bbd #bd1b82 #561bbd

Monochromatic Colors of #a71bbd

#a71bbd

Complementary Color

#a71bbd #31bd1b

#a71bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71bbd Color CSS Codes

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

#a71bbd Text Font Color

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

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


#a71bbd Background Color

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

This div background color is #a71bbd


#a71bbd Border Color

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

This div border color is #a71bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71bbd


Comments

No comments written yet.

Please login to write comment.