Color Hex Logo

#b31558 Color Hex

#B31558
(179,21,88)
0 Favorites   0 Comments

Color spaces of #b31558

RGB 1792188
HSL0.930.790.39
HSV335°88°70°
CMYK 0.000.880.51   0.30
XYZ20.620010.824610.2351
Yxy10.82460.49470.2597
Hunter Lab32.900854.29564.5860
CIE-Lab39.283562.14624.3793

#b31558 color RGB value is (179,21,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010101 01011000
Octal 263 25 130
Decimal 179 21 88
Hex B3 15 58

RGB Percentages of Color #b31558

%62.15
%7.29
%30.56

CMYK Percentages of Color #b31558

%0
%88
%51
%30

Triadic Colors of #b31558

#b31558 #58b315 #1558b3

Analogous Colors of #b31558

#b31558 #b32115 #b315a7

Monochromatic Colors of #b31558

#b31558

Complementary Color

#b31558 #15b370

#b31558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31558 Color CSS Codes

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

#b31558 Text Font Color

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

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


#b31558 Background Color

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

This div background color is #b31558


#b31558 Border Color

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

This div border color is #b31558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31558


Comments

No comments written yet.

Please login to write comment.