Color Hex Logo

#b31058 Color Hex

#B31058
(179,16,88)
0 Favorites   0 Comments

Color spaces of #b31058

RGB 1791688
HSL0.930.840.38
HSV333°91°70°
CMYK 0.000.910.51   0.30
XYZ20.537110.658910.2075
Yxy10.65890.49600.2574
Hunter Lab32.648055.15094.3164
CIE-Lab38.999962.96523.9723

#b31058 color RGB value is (179,16,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010000 01011000
Octal 263 20 130
Decimal 179 16 88
Hex B3 10 58

RGB Percentages of Color #b31058

%63.25
%5.65
%31.10

CMYK Percentages of Color #b31058

%0
%91
%51
%30

Triadic Colors of #b31058

#b31058 #58b310 #1058b3

Analogous Colors of #b31058

#b31058 #b31910 #b310aa

Monochromatic Colors of #b31058

#b31058

Complementary Color

#b31058 #10b36b

#b31058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31058 Color CSS Codes

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

#b31058 Text Font Color

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

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


#b31058 Background Color

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

This div background color is #b31058


#b31058 Border Color

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

This div border color is #b31058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31058


Comments

No comments written yet.

Please login to write comment.