Color Hex Logo

#b950aa Color Hex

#B950AA
(185,80,170)
0 Favorites   0 Comments

Color spaces of #b950aa

RGB 18580170
HSL0.860.430.52
HSV309°57°73°
CMYK 0.000.570.08   0.27
XYZ30.131918.953940.1005
Yxy18.95390.33790.2125
Hunter Lab43.536147.3541-24.1360
CIE-Lab50.633253.7185-28.4747

#b950aa color RGB value is (185,80,170).

#b950aa hex color red value is 185, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b950aa hue: 0.86 , saturation: 0.43 and the lightness value of b950aa is 0.52.

The process color (four color CMYK) of #b950aa color hex is 0.00, 0.57, 0.08, 0.27. Web safe color of #b950aa is #cc6699. Color #b950aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010000 10101010
Octal 271 120 252
Decimal 185 80 170
Hex B9 50 AA

RGB Percentages of Color #b950aa

%42.53
%18.39
%39.08

CMYK Percentages of Color #b950aa

%0
%57
%8
%27

Triadic Colors of #b950aa

#b950aa #aab950 #50aab9

Analogous Colors of #b950aa

#b950aa #b95076 #9450b9

Monochromatic Colors of #b950aa

#b950aa

Complementary Color

#b950aa #50b95f

#b950aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b950aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b950aa Color CSS Codes

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

#b950aa Text Font Color

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

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


#b950aa Background Color

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

This div background color is #b950aa


#b950aa Border Color

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

This div border color is #b950aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b950aa


Comments

No comments written yet.

Please login to write comment.