Color Hex Logo

#b03597 Color Hex

#B03597
(176,53,151)
0 Favorites   0 Comments

Color spaces of #b03597

RGB 17653151
HSL0.870.540.45
HSV312°70°69°
CMYK 0.000.700.14   0.31
XYZ24.763514.010730.6773
Yxy14.01070.35660.2017
Hunter Lab37.430952.5879-22.3908
CIE-Lab44.248359.6550-27.2377

#b03597 color RGB value is (176,53,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 10010111
Octal 260 65 227
Decimal 176 53 151
Hex B0 35 97

RGB Percentages of Color #b03597

%46.32
%13.95
%39.74

CMYK Percentages of Color #b03597

%0
%70
%14
%31

Triadic Colors of #b03597

#b03597 #97b035 #3597b0

Analogous Colors of #b03597

#b03597 #b03559 #8c35b0

Monochromatic Colors of #b03597

#b03597

Complementary Color

#b03597 #35b04e

#b03597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03597 Color CSS Codes

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

#b03597 Text Font Color

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

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


#b03597 Background Color

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

This div background color is #b03597


#b03597 Border Color

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

This div border color is #b03597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03597


Comments

No comments written yet.

Please login to write comment.