Color Hex Logo

#b55b8d Color Hex

#B55B8D
(181,91,141)
0 Favorites   0 Comments

Color spaces of #b55b8d

RGB 18191141
HSL0.910.380.53
HSV327°50°71°
CMYK 0.000.500.22   0.29
XYZ27.604919.229027.4559
Yxy19.22900.37160.2588
Hunter Lab43.850935.6298-6.4270
CIE-Lab50.954142.5253-10.9158

#b55b8d color RGB value is (181,91,141).

#b55b8d hex color red value is 181, green value is 91 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b55b8d hue: 0.91 , saturation: 0.38 and the lightness value of b55b8d is 0.53.

The process color (four color CMYK) of #b55b8d color hex is 0.00, 0.50, 0.22, 0.29. Web safe color of #b55b8d is #cc6699. Color #b55b8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011011 10001101
Octal 265 133 215
Decimal 181 91 141
Hex B5 5B 8D

RGB Percentages of Color #b55b8d

%43.83
%22.03
%34.14

CMYK Percentages of Color #b55b8d

%0
%50
%22
%29

Triadic Colors of #b55b8d

#b55b8d #8db55b #5b8db5

Analogous Colors of #b55b8d

#b55b8d #b55b60 #b05bb5

Monochromatic Colors of #b55b8d

#b55b8d

Complementary Color

#b55b8d #5bb583

#b55b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55b8d Color CSS Codes

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

#b55b8d Text Font Color

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

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


#b55b8d Background Color

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

This div background color is #b55b8d


#b55b8d Border Color

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

This div border color is #b55b8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,91,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55b8d


Comments

No comments written yet.

Please login to write comment.