Color Hex Logo

#b77597 Color Hex

#B77597
(183,117,151)
0 Favorites   0 Comments

Color spaces of #b77597

RGB 183117151
HSL0.910.310.59
HSV329°36°72°
CMYK 0.000.360.17   0.28
XYZ31.475625.024232.4494
Yxy25.02420.35390.2813
Hunter Lab50.024224.7712-3.4430
CIE-Lab57.099030.8431-7.5588

#b77597 color RGB value is (183,117,151).

#b77597 hex color red value is 183, green value is 117 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b77597 hue: 0.91 , saturation: 0.31 and the lightness value of b77597 is 0.59.

The process color (four color CMYK) of #b77597 color hex is 0.00, 0.36, 0.17, 0.28. Web safe color of #b77597 is #cc6699. Color #b77597 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110101 10010111
Octal 267 165 227
Decimal 183 117 151
Hex B7 75 97

RGB Percentages of Color #b77597

%40.58
%25.94
%33.48

CMYK Percentages of Color #b77597

%0
%36
%17
%28

Triadic Colors of #b77597

#b77597 #97b775 #7597b7

Analogous Colors of #b77597

#b77597 #b77576 #b675b7

Monochromatic Colors of #b77597

#b77597

Complementary Color

#b77597 #75b795

#b77597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77597 Color CSS Codes

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

#b77597 Text Font Color

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

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


#b77597 Background Color

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

This div background color is #b77597


#b77597 Border Color

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

This div border color is #b77597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77597


Comments

No comments written yet.

Please login to write comment.