Color Hex Logo

#b77495 Color Hex

#B77495
(183,116,149)
0 Favorites   0 Comments

Color spaces of #b77495

RGB 183116149
HSL0.920.320.59
HSV330°37°72°
CMYK 0.000.370.19   0.28
XYZ31.198624.728031.5624
Yxy24.72800.35660.2826
Hunter Lab49.727324.9672-2.8229
CIE-Lab56.809431.0734-6.8295

#b77495 color RGB value is (183,116,149).

#b77495 hex color red value is 183, green value is 116 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #b77495 hue: 0.92 , saturation: 0.32 and the lightness value of b77495 is 0.59.

The process color (four color CMYK) of #b77495 color hex is 0.00, 0.37, 0.19, 0.28. Web safe color of #b77495 is #cc6699. Color #b77495 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110100 10010101
Octal 267 164 225
Decimal 183 116 149
Hex B7 74 95

RGB Percentages of Color #b77495

%40.85
%25.89
%33.26

CMYK Percentages of Color #b77495

%0
%37
%19
%28

Triadic Colors of #b77495

#b77495 #95b774 #7495b7

Analogous Colors of #b77495

#b77495 #b77574 #b774b7

Monochromatic Colors of #b77495

#b77495

Complementary Color

#b77495 #74b796

#b77495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77495 Color CSS Codes

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

#b77495 Text Font Color

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

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


#b77495 Background Color

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

This div background color is #b77495


#b77495 Border Color

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

This div border color is #b77495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77495


Comments

No comments written yet.

Please login to write comment.