Color Hex Logo

#b850aa Color Hex

#B850AA
(184,80,170)
0 Favorites   0 Comments

Color spaces of #b850aa

RGB 18480170
HSL0.860.420.52
HSV308°57°72°
CMYK 0.000.570.08   0.28
XYZ29.891518.829940.0893
Yxy18.82990.33660.2120
Hunter Lab43.393447.0209-24.4000
CIE-Lab50.487653.4371-28.7124

#b850aa color RGB value is (184,80,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010000 10101010
Octal 270 120 252
Decimal 184 80 170
Hex B8 50 AA

RGB Percentages of Color #b850aa

%42.40
%18.43
%39.17

CMYK Percentages of Color #b850aa

%0
%57
%8
%28

Triadic Colors of #b850aa

#b850aa #aab850 #50aab8

Analogous Colors of #b850aa

#b850aa #b85076 #9250b8

Monochromatic Colors of #b850aa

#b850aa

Complementary Color

#b850aa #50b85e

#b850aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b850aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b850aa Color CSS Codes

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

#b850aa Text Font Color

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

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


#b850aa Background Color

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

This div background color is #b850aa


#b850aa Border Color

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

This div border color is #b850aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b850aa


Comments

No comments written yet.

Please login to write comment.