Color Hex Logo

#b7559e Color Hex

#B7559E
(183,85,158)
0 Favorites   0 Comments

Color spaces of #b7559e

RGB 18385158
HSL0.880.400.53
HSV315°54°72°
CMYK 0.000.540.14   0.28
XYZ28.948519.032934.4957
Yxy19.03290.35100.2308
Hunter Lab43.626742.0969-16.3420
CIE-Lab50.725748.7970-21.2983

#b7559e color RGB value is (183,85,158).

#b7559e hex color red value is 183, green value is 85 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b7559e hue: 0.88 , saturation: 0.40 and the lightness value of b7559e is 0.53.

The process color (four color CMYK) of #b7559e color hex is 0.00, 0.54, 0.14, 0.28. Web safe color of #b7559e is #cc6699. Color #b7559e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010101 10011110
Octal 267 125 236
Decimal 183 85 158
Hex B7 55 9E

RGB Percentages of Color #b7559e

%42.96
%19.95
%37.09

CMYK Percentages of Color #b7559e

%0
%54
%14
%28

Triadic Colors of #b7559e

#b7559e #9eb755 #559eb7

Analogous Colors of #b7559e

#b7559e #b7556d #9f55b7

Monochromatic Colors of #b7559e

#b7559e

Complementary Color

#b7559e #55b76e

#b7559e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7559e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7559e Color CSS Codes

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

#b7559e Text Font Color

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

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


#b7559e Background Color

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

This div background color is #b7559e


#b7559e Border Color

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

This div border color is #b7559e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7559e


Comments

No comments written yet.

Please login to write comment.