Color Hex Logo

#b75561 Color Hex

#B75561
(183,85,97)
0 Favorites   0 Comments

Color spaces of #b75561

RGB 1838597
HSL0.980.400.53
HSV353°54°72°
CMYK 0.000.540.47   0.28
XYZ24.934617.427313.3589
Yxy17.42730.44750.3128
Hunter Lab41.746033.561310.2492
CIE-Lab48.794040.795212.3335

#b75561 color RGB value is (183,85,97).

#b75561 hex color red value is 183, green value is 85 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b75561 hue: 0.98 , saturation: 0.40 and the lightness value of b75561 is 0.53.

The process color (four color CMYK) of #b75561 color hex is 0.00, 0.54, 0.47, 0.28. Web safe color of #b75561 is #cc6666. Color #b75561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010101 01100001
Octal 267 125 141
Decimal 183 85 97
Hex B7 55 61

RGB Percentages of Color #b75561

%50.14
%23.29
%26.58

CMYK Percentages of Color #b75561

%0
%54
%47
%28

Triadic Colors of #b75561

#b75561 #61b755 #5561b7

Analogous Colors of #b75561

#b75561 #b77a55 #b75592

Monochromatic Colors of #b75561

#b75561

Complementary Color

#b75561 #55b7ab

#b75561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75561 Color CSS Codes

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

#b75561 Text Font Color

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

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


#b75561 Background Color

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

This div background color is #b75561


#b75561 Border Color

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

This div border color is #b75561


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,85,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b75561; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b75561;
  -webkit-box-shadow: 1px 1px 3px 2px #b75561;
  box-shadow:         1px 1px 3px 2px #b75561; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,85,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75561


Comments

No comments written yet.

Please login to write comment.