Color Hex Logo

#b03586 Color Hex

#B03586
(176,53,134)
0 Favorites   0 Comments

Color spaces of #b03586

RGB 17653134
HSL0.890.540.45
HSV320°70°69°
CMYK 0.000.700.24   0.31
XYZ23.480713.497523.9220
Yxy13.49750.38560.2216
Hunter Lab36.738949.7903-12.8885
CIE-Lab43.503557.2529-18.0898

#b03586 color RGB value is (176,53,134).

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

The process color (four color CMYK) of #b03586 color hex is 0.00, 0.70, 0.24, 0.31. Web safe color of #b03586 is #993399. Color #b03586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 10000110
Octal 260 65 206
Decimal 176 53 134
Hex B0 35 86

RGB Percentages of Color #b03586

%48.48
%14.60
%36.91

CMYK Percentages of Color #b03586

%0
%70
%24
%31

Triadic Colors of #b03586

#b03586 #86b035 #3586b0

Analogous Colors of #b03586

#b03586 #b03548 #9d35b0

Monochromatic Colors of #b03586

#b03586

Complementary Color

#b03586 #35b05f

#b03586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03586 Color CSS Codes

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

#b03586 Text Font Color

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

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


#b03586 Background Color

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

This div background color is #b03586


#b03586 Border Color

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

This div border color is #b03586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03586


Comments

No comments written yet.

Please login to write comment.