Color Hex Logo

#b5398e Color Hex

#B5398E
(181,57,142)
0 Favorites   0 Comments

Color spaces of #b5398e

RGB 18157142
HSL0.890.520.47
HSV319°69°71°
CMYK 0.000.690.22   0.29
XYZ25.401714.703027.0903
Yxy14.70300.37800.2188
Hunter Lab38.344551.1463-15.0471
CIE-Lab45.224758.1664-20.2307

#b5398e color RGB value is (181,57,142).

#b5398e hex color red value is 181, green value is 57 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b5398e hue: 0.89 , saturation: 0.52 and the lightness value of b5398e is 0.47.

The process color (four color CMYK) of #b5398e color hex is 0.00, 0.69, 0.22, 0.29. Web safe color of #b5398e is #cc3399. Color #b5398e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111001 10001110
Octal 265 71 216
Decimal 181 57 142
Hex B5 39 8E

RGB Percentages of Color #b5398e

%47.63
%15.00
%37.37

CMYK Percentages of Color #b5398e

%0
%69
%22
%29

Triadic Colors of #b5398e

#b5398e #8eb539 #398eb5

Analogous Colors of #b5398e

#b5398e #b53950 #9e39b5

Monochromatic Colors of #b5398e

#b5398e

Complementary Color

#b5398e #39b560

#b5398e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5398e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5398e Color CSS Codes

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

#b5398e Text Font Color

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

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


#b5398e Background Color

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

This div background color is #b5398e


#b5398e Border Color

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

This div border color is #b5398e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5398e


Comments

No comments written yet.

Please login to write comment.