Color Hex Logo

#b5769e Color Hex

#B5769E
(181,118,158)
0 Favorites   0 Comments

Color spaces of #b5769e

RGB 181118158
HSL0.890.300.59
HSV322°35°71°
CMYK 0.000.350.13   0.29
XYZ31.706025.249235.5503
Yxy25.24920.34270.2729
Hunter Lab50.248624.6954-6.7730
CIE-Lab57.317430.7436-11.3088

#b5769e color RGB value is (181,118,158).

#b5769e hex color red value is 181, green value is 118 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b5769e hue: 0.89 , saturation: 0.30 and the lightness value of b5769e is 0.59.

The process color (four color CMYK) of #b5769e color hex is 0.00, 0.35, 0.13, 0.29. Web safe color of #b5769e is #cc6699. Color #b5769e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110110 10011110
Octal 265 166 236
Decimal 181 118 158
Hex B5 76 9E

RGB Percentages of Color #b5769e

%39.61
%25.82
%34.57

CMYK Percentages of Color #b5769e

%0
%35
%13
%29

Triadic Colors of #b5769e

#b5769e #9eb576 #769eb5

Analogous Colors of #b5769e

#b5769e #b5767f #ad76b5

Monochromatic Colors of #b5769e

#b5769e

Complementary Color

#b5769e #76b58d

#b5769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5769e Color CSS Codes

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

#b5769e Text Font Color

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

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


#b5769e Background Color

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

This div background color is #b5769e


#b5769e Border Color

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

This div border color is #b5769e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,118,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5769e


Comments

No comments written yet.

Please login to write comment.