Color Hex Logo

#b34aab Color Hex

#B34AAB
(179,74,171)
0 Favorites   0 Comments

Color spaces of #b34aab

RGB 17974171
HSL0.850.420.50
HSV305°59°70°
CMYK 0.000.590.04   0.30
XYZ28.389917.421540.3945
Yxy17.42150.32930.2021
Hunter Lab41.739148.3680-28.1627
CIE-Lab48.786854.9764-32.0077

#b34aab color RGB value is (179,74,171).

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

The process color (four color CMYK) of #b34aab color hex is 0.00, 0.59, 0.04, 0.30. Web safe color of #b34aab is #cc3399. Color #b34aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001010 10101011
Octal 263 112 253
Decimal 179 74 171
Hex B3 4A AB

RGB Percentages of Color #b34aab

%42.22
%17.45
%40.33

CMYK Percentages of Color #b34aab

%0
%59
%4
%30

Triadic Colors of #b34aab

#b34aab #abb34a #4aabb3

Analogous Colors of #b34aab

#b34aab #b34a77 #874ab3

Monochromatic Colors of #b34aab

#b34aab

Complementary Color

#b34aab #4ab352

#b34aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34aab Color CSS Codes

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

#b34aab Text Font Color

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

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


#b34aab Background Color

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

This div background color is #b34aab


#b34aab Border Color

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

This div border color is #b34aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34aab


Comments

No comments written yet.

Please login to write comment.