Color Hex Logo

#b84aab Color Hex

#B84AAB
(184,74,171)
0 Favorites   0 Comments

Color spaces of #b84aab

RGB 18474171
HSL0.850.440.51
HSV307°60°72°
CMYK 0.000.600.07   0.28
XYZ29.566618.028240.4495
Yxy18.02820.33580.2048
Hunter Lab42.459649.9934-26.7613
CIE-Lab49.530356.3270-30.7910

#b84aab color RGB value is (184,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001010 10101011
Octal 270 112 253
Decimal 184 74 171
Hex B8 4A AB

RGB Percentages of Color #b84aab

%42.89
%17.25
%39.86

CMYK Percentages of Color #b84aab

%0
%60
%7
%28

Triadic Colors of #b84aab

#b84aab #abb84a #4aabb8

Analogous Colors of #b84aab

#b84aab #b84a74 #8e4ab8

Monochromatic Colors of #b84aab

#b84aab

Complementary Color

#b84aab #4ab857

#b84aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84aab Color CSS Codes

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

#b84aab Text Font Color

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

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


#b84aab Background Color

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

This div background color is #b84aab


#b84aab Border Color

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

This div border color is #b84aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,74,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b84aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84aab


Comments

No comments written yet.

Please login to write comment.