Color Hex Logo

#b55475 Color Hex

#B55475
(181,84,117)
0 Favorites   0 Comments

Color spaces of #b55475

RGB 18184117
HSL0.940.400.52
HSV340°54°71°
CMYK 0.000.540.35   0.29
XYZ25.437317.448818.8569
Yxy17.44880.41200.2826
Hunter Lab41.771835.59862.4751
CIE-Lab48.820642.81710.2789

#b55475 color RGB value is (181,84,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010100 01110101
Octal 265 124 165
Decimal 181 84 117
Hex B5 54 75

RGB Percentages of Color #b55475

%47.38
%21.99
%30.63

CMYK Percentages of Color #b55475

%0
%54
%35
%29

Triadic Colors of #b55475

#b55475 #75b554 #5475b5

Analogous Colors of #b55475

#b55475 #b56454 #b554a6

Monochromatic Colors of #b55475

#b55475

Complementary Color

#b55475 #54b594

#b55475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55475 Color CSS Codes

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

#b55475 Text Font Color

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

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


#b55475 Background Color

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

This div background color is #b55475


#b55475 Border Color

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

This div border color is #b55475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55475

#b55475 Color Palettes


Comments

No comments written yet.

Please login to write comment.