Color Hex Logo

#b0388e Color Hex

#B0388E
(176,56,142)
0 Favorites   0 Comments

Color spaces of #b0388e

RGB 17656142
HSL0.880.520.45
HSV317°68°69°
CMYK 0.000.680.19   0.31
XYZ24.201214.011427.0201
Yxy14.01140.37100.2148
Hunter Lab37.431849.9019-16.5961
CIE-Lab44.249357.2150-21.8037

#b0388e color RGB value is (176,56,142).

#b0388e hex color red value is 176, green value is 56 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b0388e hue: 0.88 , saturation: 0.52 and the lightness value of b0388e is 0.45.

The process color (four color CMYK) of #b0388e color hex is 0.00, 0.68, 0.19, 0.31. Web safe color of #b0388e is #993399. Color #b0388e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111000 10001110
Octal 260 70 216
Decimal 176 56 142
Hex B0 38 8E

RGB Percentages of Color #b0388e

%47.06
%14.97
%37.97

CMYK Percentages of Color #b0388e

%0
%68
%19
%31

Triadic Colors of #b0388e

#b0388e #8eb038 #388eb0

Analogous Colors of #b0388e

#b0388e #b03852 #9638b0

Monochromatic Colors of #b0388e

#b0388e

Complementary Color

#b0388e #38b05a

#b0388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0388e Color CSS Codes

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

#b0388e Text Font Color

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

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


#b0388e Background Color

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

This div background color is #b0388e


#b0388e Border Color

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

This div border color is #b0388e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0388e


Comments

No comments written yet.

Please login to write comment.