Color Hex Logo

#b31071 Color Hex

#B31071
(179,16,113)
0 Favorites   0 Comments

Color spaces of #b31071

RGB 17916113
HSL0.900.840.38
HSV324°91°70°
CMYK 0.000.910.37   0.30
XYZ21.756311.146516.6276
Yxy11.14650.43930.2250
Hunter Lab33.386457.8937-6.1581
CIE-Lab39.826165.2275-10.6502

#b31071 color RGB value is (179,16,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010000 01110001
Octal 263 20 161
Decimal 179 16 113
Hex B3 10 71

RGB Percentages of Color #b31071

%58.12
%5.19
%36.69

CMYK Percentages of Color #b31071

%0
%91
%37
%30

Triadic Colors of #b31071

#b31071 #71b310 #1071b3

Analogous Colors of #b31071

#b31071 #b31020 #a410b3

Monochromatic Colors of #b31071

#b31071

Complementary Color

#b31071 #10b352

#b31071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31071 Color CSS Codes

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

#b31071 Text Font Color

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

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


#b31071 Background Color

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

This div background color is #b31071


#b31071 Border Color

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

This div border color is #b31071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31071


Comments

No comments written yet.

Please login to write comment.