Color Hex Logo

#b55076 Color Hex

#B55076
(181,80,118)
0 Favorites   0 Comments

Color spaces of #b55076

RGB 18180118
HSL0.940.410.51
HSV337°56°71°
CMYK 0.000.560.35   0.29
XYZ25.194716.869119.0677
Yxy16.86910.41210.2759
Hunter Lab41.072037.62081.2250
CIE-Lab48.094744.9185-1.3866

#b55076 color RGB value is (181,80,118).

#b55076 hex color red value is 181, green value is 80 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b55076 hue: 0.94 , saturation: 0.41 and the lightness value of b55076 is 0.51.

The process color (four color CMYK) of #b55076 color hex is 0.00, 0.56, 0.35, 0.29. Web safe color of #b55076 is #cc6666. Color #b55076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 01110110
Octal 265 120 166
Decimal 181 80 118
Hex B5 50 76

RGB Percentages of Color #b55076

%47.76
%21.11
%31.13

CMYK Percentages of Color #b55076

%0
%56
%35
%29

Triadic Colors of #b55076

#b55076 #76b550 #5076b5

Analogous Colors of #b55076

#b55076 #b55c50 #b550a9

Monochromatic Colors of #b55076

#b55076

Complementary Color

#b55076 #50b58f

#b55076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55076 Color CSS Codes

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

#b55076 Text Font Color

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

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


#b55076 Background Color

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

This div background color is #b55076


#b55076 Border Color

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

This div border color is #b55076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55076


Comments

No comments written yet.

Please login to write comment.