Color Hex Logo

#b648aa Color Hex

#B648AA
(182,72,170)
0 Favorites   0 Comments

Color spaces of #b648aa

RGB 18272170
HSL0.850.430.50
HSV307°60°71°
CMYK 0.000.600.07   0.29
XYZ28.864517.482139.8833
Yxy17.48210.33470.2027
Hunter Lab41.811650.0566-27.2875
CIE-Lab48.861856.5051-31.2695

#b648aa color RGB value is (182,72,170).

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

The process color (four color CMYK) of #b648aa color hex is 0.00, 0.60, 0.07, 0.29. Web safe color of #b648aa is #cc3399. Color #b648aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001000 10101010
Octal 266 110 252
Decimal 182 72 170
Hex B6 48 AA

RGB Percentages of Color #b648aa

%42.92
%16.98
%40.09

CMYK Percentages of Color #b648aa

%0
%60
%7
%29

Triadic Colors of #b648aa

#b648aa #aab648 #48aab6

Analogous Colors of #b648aa

#b648aa #b64873 #8b48b6

Monochromatic Colors of #b648aa

#b648aa

Complementary Color

#b648aa #48b654

#b648aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b648aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b648aa Color CSS Codes

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

#b648aa Text Font Color

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

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


#b648aa Background Color

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

This div background color is #b648aa


#b648aa Border Color

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

This div border color is #b648aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b648aa


Comments

No comments written yet.

Please login to write comment.