Color Hex Logo

#b55fab Color Hex

#B55FAB
(181,95,171)
0 Favorites   0 Comments

Color spaces of #b55fab

RGB 18195171
HSL0.850.370.54
HSV307°48°71°
CMYK 0.000.480.06   0.29
XYZ30.499020.948440.9641
Yxy20.94840.33000.2267
Hunter Lab45.769438.8491-21.0266
CIE-Lab52.893045.3571-25.6004

#b55fab color RGB value is (181,95,171).

#b55fab hex color red value is 181, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b55fab hue: 0.85 , saturation: 0.37 and the lightness value of b55fab is 0.54.

The process color (four color CMYK) of #b55fab color hex is 0.00, 0.48, 0.06, 0.29. Web safe color of #b55fab is #cc6699. Color #b55fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011111 10101011
Octal 265 137 253
Decimal 181 95 171
Hex B5 5F AB

RGB Percentages of Color #b55fab

%40.49
%21.25
%38.26

CMYK Percentages of Color #b55fab

%0
%48
%6
%29

Triadic Colors of #b55fab

#b55fab #abb55f #5fabb5

Analogous Colors of #b55fab

#b55fab #b55f80 #945fb5

Monochromatic Colors of #b55fab

#b55fab

Complementary Color

#b55fab #5fb569

#b55fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55fab Color CSS Codes

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

#b55fab Text Font Color

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

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


#b55fab Background Color

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

This div background color is #b55fab


#b55fab Border Color

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

This div border color is #b55fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55fab


Comments

No comments written yet.

Please login to write comment.