Color Hex Logo

#b5659e Color Hex

#B5659E
(181,101,158)
0 Favorites   0 Comments

Color spaces of #b5659e

RGB 181101158
HSL0.880.350.55
HSV317°44°71°
CMYK 0.000.440.13   0.29
XYZ29.881321.599734.9420
Yxy21.59970.34580.2499
Hunter Lab46.475533.4341-12.0436
CIE-Lab53.599739.9843-16.9286

#b5659e color RGB value is (181,101,158).

#b5659e hex color red value is 181, green value is 101 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b5659e hue: 0.88 , saturation: 0.35 and the lightness value of b5659e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100101 10011110
Octal 265 145 236
Decimal 181 101 158
Hex B5 65 9E

RGB Percentages of Color #b5659e

%41.14
%22.95
%35.91

CMYK Percentages of Color #b5659e

%0
%44
%13
%29

Triadic Colors of #b5659e

#b5659e #9eb565 #659eb5

Analogous Colors of #b5659e

#b5659e #b56576 #a465b5

Monochromatic Colors of #b5659e

#b5659e

Complementary Color

#b5659e #65b57c

#b5659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5659e Color CSS Codes

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

#b5659e Text Font Color

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

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


#b5659e Background Color

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

This div background color is #b5659e


#b5659e Border Color

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

This div border color is #b5659e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5659e


Comments

No comments written yet.

Please login to write comment.