Color Hex Logo

#b55a7b Color Hex

#B55A7B
(181,90,123)
0 Favorites   0 Comments

Color spaces of #b55a7b

RGB 18190123
HSL0.940.380.53
HSV338°50°71°
CMYK 0.000.500.32   0.29
XYZ26.287418.566120.9370
Yxy18.56610.39960.2822
Hunter Lab43.088433.49471.3524
CIE-Lab50.175740.5266-1.3419

#b55a7b color RGB value is (181,90,123).

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

The process color (four color CMYK) of #b55a7b color hex is 0.00, 0.50, 0.32, 0.29. Web safe color of #b55a7b is #cc6666. Color #b55a7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011010 01111011
Octal 265 132 173
Decimal 181 90 123
Hex B5 5A 7B

RGB Percentages of Color #b55a7b

%45.94
%22.84
%31.22

CMYK Percentages of Color #b55a7b

%0
%50
%32
%29

Triadic Colors of #b55a7b

#b55a7b #7bb55a #5a7bb5

Analogous Colors of #b55a7b

#b55a7b #b5675a #b55aa9

Monochromatic Colors of #b55a7b

#b55a7b

Complementary Color

#b55a7b #5ab594

#b55a7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55a7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55a7b Color CSS Codes

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

#b55a7b Text Font Color

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

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


#b55a7b Background Color

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

This div background color is #b55a7b


#b55a7b Border Color

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

This div border color is #b55a7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55a7b

#b55a7b Color Palettes


Comments

No comments written yet.

Please login to write comment.