color codes Logo

#b5559d color codes

#B5559D
(181,85,157)
0 Favorites   0 Comments

Color spaces of #b5559d

RGB 18185157
HSL0.880.390.52
HSV315°53°71°
CMYK 0.000.530.13   0.29
XYZ28.390418.755134.0220
Yxy18.75510.34980.2311
Hunter Lab43.307241.2298-16.2631
CIE-Lab50.399448.0272-21.2338

#b5559d color RGB value is (181,85,157).

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

The process color (four color CMYK) of #b5559d color code is 0.00, 0.53, 0.13, 0.29. Web safe color of #b5559d is #cc6699. Color #b5559d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010101 10011101
Octal 265 125 235
Decimal 181 85 157
Hex B5 55 9D

RGB Percentages of Color #b5559d

%42.79
%20.09
%37.12

CMYK Percentages of Color #b5559d

%0
%53
%13
%29

Triadic Colors of #b5559d

#b5559d #9db555 #559db5

Analogous Colors of #b5559d

#b5559d #b5556d #9d55b5

Monochromatic Colors of #b5559d

#b5559d

Complementary Color

#b5559d #55b56d

#b5559d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5559d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5559d Color CSS Codes

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

#b5559d Text Font Color

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

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


#b5559d Background Color

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

This div background color is #b5559d


#b5559d Border Color

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

This div border color is #b5559d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5559d


Comments

No comments written yet.

Please login to write comment.