Color Hex Logo

#b55376 Color Hex

#B55376
(181,83,118)
0 Favorites   0 Comments

Color spaces of #b55376

RGB 18183118
HSL0.940.400.52
HSV339°54°71°
CMYK 0.000.540.35   0.29
XYZ25.419317.318319.1426
Yxy17.31830.41080.2799
Hunter Lab41.615336.20411.8579
CIE-Lab48.658643.4394-0.5606

#b55376 color RGB value is (181,83,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010011 01110110
Octal 265 123 166
Decimal 181 83 118
Hex B5 53 76

RGB Percentages of Color #b55376

%47.38
%21.73
%30.89

CMYK Percentages of Color #b55376

%0
%54
%35
%29

Triadic Colors of #b55376

#b55376 #76b553 #5376b5

Analogous Colors of #b55376

#b55376 #b56153 #b553a7

Monochromatic Colors of #b55376

#b55376

Complementary Color

#b55376 #53b592

#b55376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55376 Color CSS Codes

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

#b55376 Text Font Color

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

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


#b55376 Background Color

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

This div background color is #b55376


#b55376 Border Color

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

This div border color is #b55376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55376


Comments

No comments written yet.

Please login to write comment.