Color Hex Logo

#b5598f Color Hex

#B5598F
(181,89,143)
0 Favorites   0 Comments

Color spaces of #b5598f

RGB 18189143
HSL0.900.380.53
HSV325°51°71°
CMYK 0.000.510.21   0.29
XYZ27.586418.951728.1907
Yxy18.95170.36920.2536
Hunter Lab43.533636.9284-7.9205
CIE-Lab50.630643.8453-12.5907

#b5598f color RGB value is (181,89,143).

#b5598f hex color red value is 181, green value is 89 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b5598f hue: 0.90 , saturation: 0.38 and the lightness value of b5598f is 0.53.

The process color (four color CMYK) of #b5598f color hex is 0.00, 0.51, 0.21, 0.29. Web safe color of #b5598f is #cc6699. Color #b5598f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011001 10001111
Octal 265 131 217
Decimal 181 89 143
Hex B5 59 8F

RGB Percentages of Color #b5598f

%43.83
%21.55
%34.62

CMYK Percentages of Color #b5598f

%0
%51
%21
%29

Triadic Colors of #b5598f

#b5598f #8fb559 #598fb5

Analogous Colors of #b5598f

#b5598f #b55961 #ad59b5

Monochromatic Colors of #b5598f

#b5598f

Complementary Color

#b5598f #59b57f

#b5598f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5598f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5598f Color CSS Codes

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

#b5598f Text Font Color

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

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


#b5598f Background Color

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

This div background color is #b5598f


#b5598f Border Color

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

This div border color is #b5598f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5598f


Comments

No comments written yet.

Please login to write comment.