Color Hex Logo

#b140aa Color Hex

#B140AA
(177,64,170)
0 Favorites   0 Comments

Color spaces of #b140aa

RGB 17764170
HSL0.840.470.47
HSV304°64°69°
CMYK 0.000.640.04   0.31
XYZ27.220615.916239.6677
Yxy15.91620.32870.1922
Hunter Lab39.895151.9748-31.0255
CIE-Lab46.864458.6096-34.4551

#b140aa color RGB value is (177,64,170).

#b140aa hex color red value is 177, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b140aa hue: 0.84 , saturation: 0.47 and the lightness value of b140aa is 0.47.

The process color (four color CMYK) of #b140aa color hex is 0.00, 0.64, 0.04, 0.31. Web safe color of #b140aa is #993399. Color #b140aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000000 10101010
Octal 261 100 252
Decimal 177 64 170
Hex B1 40 AA

RGB Percentages of Color #b140aa

%43.07
%15.57
%41.36

CMYK Percentages of Color #b140aa

%0
%64
%4
%31

Triadic Colors of #b140aa

#b140aa #aab140 #40aab1

Analogous Colors of #b140aa

#b140aa #b14072 #8040b1

Monochromatic Colors of #b140aa

#b140aa

Complementary Color

#b140aa #40b147

#b140aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b140aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b140aa Color CSS Codes

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

#b140aa Text Font Color

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

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


#b140aa Background Color

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

This div background color is #b140aa


#b140aa Border Color

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

This div border color is #b140aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b140aa


Comments

No comments written yet.

Please login to write comment.