Color Hex Logo

#b5159d Color Hex

#B5159D
(181,21,157)
0 Favorites   0 Comments

Color spaces of #b5159d

RGB 18121157
HSL0.860.790.40
HSV309°88°71°
CMYK 0.000.880.13   0.29
XYZ25.410012.794433.0286
Yxy12.79440.35670.1796
Hunter Lab35.769364.2078-29.7087
CIE-Lab42.451870.1536-33.6027

#b5159d color RGB value is (181,21,157).

#b5159d hex color red value is 181, green value is 21 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b5159d hue: 0.86 , saturation: 0.79 and the lightness value of b5159d is 0.40.

The process color (four color CMYK) of #b5159d color hex is 0.00, 0.88, 0.13, 0.29. Web safe color of #b5159d is #cc0099. Color #b5159d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010101 10011101
Octal 265 25 235
Decimal 181 21 157
Hex B5 15 9D

RGB Percentages of Color #b5159d

%50.42
%5.85
%43.73

CMYK Percentages of Color #b5159d

%0
%88
%13
%29

Triadic Colors of #b5159d

#b5159d #9db515 #159db5

Analogous Colors of #b5159d

#b5159d #b5154d #7d15b5

Monochromatic Colors of #b5159d

#b5159d

Complementary Color

#b5159d #15b52d

#b5159d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5159d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5159d Color CSS Codes

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

#b5159d Text Font Color

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

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


#b5159d Background Color

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

This div background color is #b5159d


#b5159d Border Color

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

This div border color is #b5159d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5159d


Comments

No comments written yet.

Please login to write comment.