Color Hex Logo

#b30171 Color Hex

#B30171
(179,1,113)
0 Favorites   0 Comments

Color spaces of #b30171

RGB 1791113
HSL0.900.990.35
HSV322°99°70°
CMYK 0.000.990.37   0.30
XYZ21.581910.797716.5694
Yxy10.79770.44090.2206
Hunter Lab32.859959.7316-6.8948
CIE-Lab39.237666.9446-11.5400

#b30171 color RGB value is (179,1,113).

#b30171 hex color red value is 179, green value is 1 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b30171 hue: 0.90 , saturation: 0.99 and the lightness value of b30171 is 0.35.

The process color (four color CMYK) of #b30171 color hex is 0.00, 0.99, 0.37, 0.30. Web safe color of #b30171 is #cc0066. Color #b30171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000001 01110001
Octal 263 1 161
Decimal 179 1 113
Hex B3 1 71

RGB Percentages of Color #b30171

%61.09
%0.34
%38.57

CMYK Percentages of Color #b30171

%0
%99
%37
%30

Triadic Colors of #b30171

#b30171 #71b301 #0171b3

Analogous Colors of #b30171

#b30171 #b30118 #9c01b3

Monochromatic Colors of #b30171

#b30171

Complementary Color

#b30171 #01b343

#b30171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30171 Color CSS Codes

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

#b30171 Text Font Color

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

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


#b30171 Background Color

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

This div background color is #b30171


#b30171 Border Color

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

This div border color is #b30171


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,1,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b30171; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b30171;
  -webkit-box-shadow: 1px 1px 3px 2px #b30171;
  box-shadow:         1px 1px 3px 2px #b30171; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,1,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30171


Comments

No comments written yet.

Please login to write comment.