Color Hex Logo

#b849aa Color Hex

#B849AA
(184,73,170)
0 Favorites   0 Comments

Color spaces of #b849aa

RGB 18473170
HSL0.850.440.50
HSV308°60°72°
CMYK 0.000.600.08   0.28
XYZ29.405417.857739.9273
Yxy17.85770.33730.2048
Hunter Lab42.258450.2567-26.4386
CIE-Lab49.323156.6034-30.5269

#b849aa color RGB value is (184,73,170).

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

The process color (four color CMYK) of #b849aa color hex is 0.00, 0.60, 0.08, 0.28. Web safe color of #b849aa is #cc3399. Color #b849aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001001 10101010
Octal 270 111 252
Decimal 184 73 170
Hex B8 49 AA

RGB Percentages of Color #b849aa

%43.09
%17.10
%39.81

CMYK Percentages of Color #b849aa

%0
%60
%8
%28

Triadic Colors of #b849aa

#b849aa #aab849 #49aab8

Analogous Colors of #b849aa

#b849aa #b84973 #8f49b8

Monochromatic Colors of #b849aa

#b849aa

Complementary Color

#b849aa #49b857

#b849aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b849aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b849aa Color CSS Codes

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

#b849aa Text Font Color

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

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


#b849aa Background Color

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

This div background color is #b849aa


#b849aa Border Color

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

This div border color is #b849aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b849aa


Comments

No comments written yet.

Please login to write comment.