Color Hex Logo

#b271aa Color Hex

#B271AA
(178,113,170)
0 Favorites   0 Comments

Color spaces of #b271aa

RGB 178113170
HSL0.850.300.57
HSV307°37°70°
CMYK 0.000.370.04   0.30
XYZ31.520924.177541.0356
Yxy24.17750.32590.2499
Hunter Lab49.170628.3791-15.0613
CIE-Lab56.265134.6034-19.8704

#b271aa color RGB value is (178,113,170).

#b271aa hex color red value is 178, green value is 113 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b271aa hue: 0.85 , saturation: 0.30 and the lightness value of b271aa is 0.57.

The process color (four color CMYK) of #b271aa color hex is 0.00, 0.37, 0.04, 0.30. Web safe color of #b271aa is #996699. Color #b271aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110001 10101010
Octal 262 161 252
Decimal 178 113 170
Hex B2 71 AA

RGB Percentages of Color #b271aa

%38.61
%24.51
%36.88

CMYK Percentages of Color #b271aa

%0
%37
%4
%30

Triadic Colors of #b271aa

#b271aa #aab271 #71aab2

Analogous Colors of #b271aa

#b271aa #b2718a #9a71b2

Monochromatic Colors of #b271aa

#b271aa

Complementary Color

#b271aa #71b279

#b271aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b271aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b271aa Color CSS Codes

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

#b271aa Text Font Color

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

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


#b271aa Background Color

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

This div background color is #b271aa


#b271aa Border Color

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

This div border color is #b271aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,113,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b271aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b271aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b271aa;
  box-shadow:         1px 1px 3px 2px #b271aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,113,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b271aa


Comments

No comments written yet.

Please login to write comment.