Color Hex Logo

#b650aa Color Hex

#B650AA
(182,80,170)
0 Favorites   0 Comments

Color spaces of #b650aa

RGB 18280170
HSL0.850.410.51
HSV307°56°71°
CMYK 0.000.560.07   0.29
XYZ29.415818.584740.0670
Yxy18.58470.33400.2110
Hunter Lab43.110046.3558-24.9280
CIE-Lab50.197752.8731-29.1856

#b650aa color RGB value is (182,80,170).

#b650aa hex color red value is 182, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b650aa hue: 0.85 , saturation: 0.41 and the lightness value of b650aa is 0.51.

The process color (four color CMYK) of #b650aa color hex is 0.00, 0.56, 0.07, 0.29. Web safe color of #b650aa is #cc6699. Color #b650aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010000 10101010
Octal 266 120 252
Decimal 182 80 170
Hex B6 50 AA

RGB Percentages of Color #b650aa

%42.13
%18.52
%39.35

CMYK Percentages of Color #b650aa

%0
%56
%7
%29

Triadic Colors of #b650aa

#b650aa #aab650 #50aab6

Analogous Colors of #b650aa

#b650aa #b65077 #8f50b6

Monochromatic Colors of #b650aa

#b650aa

Complementary Color

#b650aa #50b65c

#b650aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b650aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b650aa Color CSS Codes

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

#b650aa Text Font Color

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

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


#b650aa Background Color

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

This div background color is #b650aa


#b650aa Border Color

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

This div border color is #b650aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b650aa


Comments

No comments written yet.

Please login to write comment.