Color Hex Logo

#b34fab Color Hex

#B34FAB
(179,79,171)
0 Favorites   0 Comments

Color spaces of #b34fab

RGB 17979171
HSL0.850.400.51
HSV305°56°70°
CMYK 0.000.560.04   0.30
XYZ28.737118.115940.5102
Yxy18.11590.32890.2074
Hunter Lab42.562846.0329-26.6368
CIE-Lab49.636452.6713-30.6799

#b34fab color RGB value is (179,79,171).

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

The process color (four color CMYK) of #b34fab color hex is 0.00, 0.56, 0.04, 0.30. Web safe color of #b34fab is #cc6699. Color #b34fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001111 10101011
Octal 263 117 253
Decimal 179 79 171
Hex B3 4F AB

RGB Percentages of Color #b34fab

%41.72
%18.41
%39.86

CMYK Percentages of Color #b34fab

%0
%56
%4
%30

Triadic Colors of #b34fab

#b34fab #abb34f #4fabb3

Analogous Colors of #b34fab

#b34fab #b34f79 #894fb3

Monochromatic Colors of #b34fab

#b34fab

Complementary Color

#b34fab #4fb357

#b34fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34fab Color CSS Codes

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

#b34fab Text Font Color

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

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


#b34fab Background Color

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

This div background color is #b34fab


#b34fab Border Color

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

This div border color is #b34fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34fab


Comments

No comments written yet.

Please login to write comment.