Color Hex Logo

#b5398a Color Hex

#B5398A
(181,57,138)
0 Favorites   0 Comments

Color spaces of #b5398a

RGB 18157138
HSL0.890.520.47
HSV321°69°71°
CMYK 0.000.690.24   0.29
XYZ25.106614.585025.5367
Yxy14.58500.38490.2236
Hunter Lab38.190350.5142-12.9122
CIE-Lab45.060557.6222-18.0617

#b5398a color RGB value is (181,57,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111001 10001010
Octal 265 71 212
Decimal 181 57 138
Hex B5 39 8A

RGB Percentages of Color #b5398a

%48.14
%15.16
%36.70

CMYK Percentages of Color #b5398a

%0
%69
%24
%29

Triadic Colors of #b5398a

#b5398a #8ab539 #398ab5

Analogous Colors of #b5398a

#b5398a #b5394c #a239b5

Monochromatic Colors of #b5398a

#b5398a

Complementary Color

#b5398a #39b564

#b5398a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5398a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5398a Color CSS Codes

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

#b5398a Text Font Color

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

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


#b5398a Background Color

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

This div background color is #b5398a


#b5398a Border Color

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

This div border color is #b5398a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5398a


Comments

No comments written yet.

Please login to write comment.