Color Hex Logo

#b5589d Color Hex

#B5589D
(181,88,157)
0 Favorites   0 Comments

Color spaces of #b5589d

RGB 18188157
HSL0.880.390.53
HSV315°51°71°
CMYK 0.000.510.13   0.29
XYZ28.631619.237534.1025
Yxy19.23750.34930.2347
Hunter Lab43.860639.7664-15.3968
CIE-Lab50.963946.5380-20.3676

#b5589d color RGB value is (181,88,157).

#b5589d hex color red value is 181, green value is 88 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b5589d hue: 0.88 , saturation: 0.39 and the lightness value of b5589d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011000 10011101
Octal 265 130 235
Decimal 181 88 157
Hex B5 58 9D

RGB Percentages of Color #b5589d

%42.49
%20.66
%36.85

CMYK Percentages of Color #b5589d

%0
%51
%13
%29

Triadic Colors of #b5589d

#b5589d #9db558 #589db5

Analogous Colors of #b5589d

#b5589d #b5586f #9f58b5

Monochromatic Colors of #b5589d

#b5589d

Complementary Color

#b5589d #58b570

#b5589d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5589d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5589d Color CSS Codes

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

#b5589d Text Font Color

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

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


#b5589d Background Color

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

This div background color is #b5589d


#b5589d Border Color

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

This div border color is #b5589d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5589d


Comments

No comments written yet.

Please login to write comment.