Color Hex Logo

#b30771 Color Hex

#B30771
(179,7,113)
0 Favorites   0 Comments

Color spaces of #b30771

RGB 1797113
HSL0.900.920.36
HSV323°96°70°
CMYK 0.000.960.37   0.30
XYZ21.647010.927916.5912
Yxy10.92790.44030.2223
Hunter Lab33.057459.0370-6.6170
CIE-Lab39.458866.2978-11.2055

#b30771 color RGB value is (179,7,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000111 01110001
Octal 263 7 161
Decimal 179 7 113
Hex B3 7 71

RGB Percentages of Color #b30771

%59.87
%2.34
%37.79

CMYK Percentages of Color #b30771

%0
%96
%37
%30

Triadic Colors of #b30771

#b30771 #71b307 #0771b3

Analogous Colors of #b30771

#b30771 #b3071b #9f07b3

Monochromatic Colors of #b30771

#b30771

Complementary Color

#b30771 #07b349

#b30771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30771 Color CSS Codes

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

#b30771 Text Font Color

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

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


#b30771 Background Color

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

This div background color is #b30771


#b30771 Border Color

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

This div border color is #b30771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30771


Comments

No comments written yet.

Please login to write comment.