Color Hex Logo

#b31079 Color Hex

#B31079
(179,16,121)
0 Favorites   0 Comments

Color spaces of #b31079

RGB 17916121
HSL0.890.840.38
HSV321°91°70°
CMYK 0.000.910.32   0.30
XYZ22.226911.334819.1055
Yxy11.33480.42200.2152
Hunter Lab33.667258.9271-10.0789
CIE-Lab40.138766.0696-15.1776

#b31079 color RGB value is (179,16,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010000 01111001
Octal 263 20 171
Decimal 179 16 121
Hex B3 10 79

RGB Percentages of Color #b31079

%56.65
%5.06
%38.29

CMYK Percentages of Color #b31079

%0
%91
%32
%30

Triadic Colors of #b31079

#b31079 #79b310 #1079b3

Analogous Colors of #b31079

#b31079 #b31028 #9c10b3

Monochromatic Colors of #b31079

#b31079

Complementary Color

#b31079 #10b34a

#b31079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31079 Color CSS Codes

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

#b31079 Text Font Color

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

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


#b31079 Background Color

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

This div background color is #b31079


#b31079 Border Color

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

This div border color is #b31079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31079


Comments

No comments written yet.

Please login to write comment.