Color Hex Logo

#b03888 Color Hex

#B03888
(176,56,136)
0 Favorites   0 Comments

Color spaces of #b03888

RGB 17656136
HSL0.890.520.45
HSV320°68°69°
CMYK 0.000.680.23   0.31
XYZ23.762613.836024.7107
Yxy13.83600.38140.2221
Hunter Lab37.196848.9377-13.3500
CIE-Lab43.996856.3771-18.5512

#b03888 color RGB value is (176,56,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111000 10001000
Octal 260 70 210
Decimal 176 56 136
Hex B0 38 88

RGB Percentages of Color #b03888

%47.83
%15.22
%36.96

CMYK Percentages of Color #b03888

%0
%68
%23
%31

Triadic Colors of #b03888

#b03888 #88b038 #3888b0

Analogous Colors of #b03888

#b03888 #b0384c #9c38b0

Monochromatic Colors of #b03888

#b03888

Complementary Color

#b03888 #38b060

#b03888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03888 Color CSS Codes

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

#b03888 Text Font Color

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

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


#b03888 Background Color

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

This div background color is #b03888


#b03888 Border Color

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

This div border color is #b03888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03888


Comments

No comments written yet.

Please login to write comment.