Color Hex Logo

#b844aa Color Hex

#B844AA
(184,68,170)
0 Favorites   0 Comments

Color spaces of #b844aa

RGB 18468170
HSL0.850.460.49
HSV307°63°72°
CMYK 0.000.630.08   0.28
XYZ29.090017.226939.8221
Yxy17.22690.33770.2000
Hunter Lab41.505352.4718-27.8319
CIE-Lab48.544758.7451-31.7431

#b844aa color RGB value is (184,68,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000100 10101010
Octal 270 104 252
Decimal 184 68 170
Hex B8 44 AA

RGB Percentages of Color #b844aa

%43.60
%16.11
%40.28

CMYK Percentages of Color #b844aa

%0
%63
%8
%28

Triadic Colors of #b844aa

#b844aa #aab844 #44aab8

Analogous Colors of #b844aa

#b844aa #b84470 #8c44b8

Monochromatic Colors of #b844aa

#b844aa

Complementary Color

#b844aa #44b852

#b844aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b844aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b844aa Color CSS Codes

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

#b844aa Text Font Color

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

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


#b844aa Background Color

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

This div background color is #b844aa


#b844aa Border Color

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

This div border color is #b844aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b844aa


Comments

No comments written yet.

Please login to write comment.