Color Hex Logo

#b5388f Color Hex

#B5388F
(181,56,143)
0 Favorites   0 Comments

Color spaces of #b5388f

RGB 18156143
HSL0.880.530.46
HSV318°69°71°
CMYK 0.000.690.21   0.29
XYZ25.428214.635327.4713
Yxy14.63530.37650.2167
Hunter Lab38.256151.6978-15.7962
CIE-Lab45.130658.6840-20.9799

#b5388f color RGB value is (181,56,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111000 10001111
Octal 265 70 217
Decimal 181 56 143
Hex B5 38 8F

RGB Percentages of Color #b5388f

%47.63
%14.74
%37.63

CMYK Percentages of Color #b5388f

%0
%69
%21
%29

Triadic Colors of #b5388f

#b5388f #8fb538 #388fb5

Analogous Colors of #b5388f

#b5388f #b53850 #9d38b5

Monochromatic Colors of #b5388f

#b5388f

Complementary Color

#b5388f #38b55e

#b5388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5388f Color CSS Codes

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

#b5388f Text Font Color

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

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


#b5388f Background Color

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

This div background color is #b5388f


#b5388f Border Color

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

This div border color is #b5388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5388f


Comments

No comments written yet.

Please login to write comment.