Color Hex Logo

#b77795 Color Hex

#B77795
(183,119,149)
0 Favorites   0 Comments

Color spaces of #b77795

RGB 183119149
HSL0.920.310.59
HSV332°35°72°
CMYK 0.000.350.19   0.28
XYZ31.550125.430931.6795
Yxy25.43090.35590.2868
Hunter Lab50.429123.4247-1.9456
CIE-Lab57.492929.4180-5.8147

#b77795 color RGB value is (183,119,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110111 10010101
Octal 267 167 225
Decimal 183 119 149
Hex B7 77 95

RGB Percentages of Color #b77795

%40.58
%26.39
%33.04

CMYK Percentages of Color #b77795

%0
%35
%19
%28

Triadic Colors of #b77795

#b77795 #95b777 #7795b7

Analogous Colors of #b77795

#b77795 #b77977 #b777b5

Monochromatic Colors of #b77795

#b77795

Complementary Color

#b77795 #77b799

#b77795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77795 Color CSS Codes

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

#b77795 Text Font Color

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

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


#b77795 Background Color

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

This div background color is #b77795


#b77795 Border Color

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

This div border color is #b77795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77795


Comments

No comments written yet.

Please login to write comment.