Color Hex Logo

#b55d75 Color Hex

#B55D75
(181,93,117)
0 Favorites   0 Comments

Color spaces of #b55d75

RGB 18193117
HSL0.950.370.54
HSV344°49°71°
CMYK 0.000.490.35   0.29
XYZ26.181318.936819.1049
Yxy18.93680.40770.2949
Hunter Lab43.516431.23934.4316
CIE-Lab50.613238.20182.8829

#b55d75 color RGB value is (181,93,117).

#b55d75 hex color red value is 181, green value is 93 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b55d75 hue: 0.95 , saturation: 0.37 and the lightness value of b55d75 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011101 01110101
Octal 265 135 165
Decimal 181 93 117
Hex B5 5D 75

RGB Percentages of Color #b55d75

%46.29
%23.79
%29.92

CMYK Percentages of Color #b55d75

%0
%49
%35
%29

Triadic Colors of #b55d75

#b55d75 #75b55d #5d75b5

Analogous Colors of #b55d75

#b55d75 #b5715d #b55da1

Monochromatic Colors of #b55d75

#b55d75

Complementary Color

#b55d75 #5db59d

#b55d75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55d75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55d75 Color CSS Codes

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

#b55d75 Text Font Color

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

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


#b55d75 Background Color

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

This div background color is #b55d75


#b55d75 Border Color

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

This div border color is #b55d75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55d75


Comments

No comments written yet.

Please login to write comment.