Color Hex Logo

#b31248 Color Hex

#B31248
(179,18,72)
0 Favorites   0 Comments

Color spaces of #b31248

RGB 1791872
HSL0.940.820.39
HSV340°90°70°
CMYK 0.000.900.60   0.30
XYZ19.976410.48427.1017
Yxy10.48420.53180.2791
Hunter Lab32.379353.46179.6615
CIE-Lab38.697861.511813.8001

#b31248 color RGB value is (179,18,72).

#b31248 hex color red value is 179, green value is 18 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b31248 hue: 0.94 , saturation: 0.82 and the lightness value of b31248 is 0.39.

The process color (four color CMYK) of #b31248 color hex is 0.00, 0.90, 0.60, 0.30. Web safe color of #b31248 is #cc0033. Color #b31248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010010 01001000
Octal 263 22 110
Decimal 179 18 72
Hex B3 12 48

RGB Percentages of Color #b31248

%66.54
%6.69
%26.77

CMYK Percentages of Color #b31248

%0
%90
%60
%30

Triadic Colors of #b31248

#b31248 #48b312 #1248b3

Analogous Colors of #b31248

#b31248 #b32c12 #b31299

Monochromatic Colors of #b31248

#b31248

Complementary Color

#b31248 #12b37d

#b31248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31248 Color CSS Codes

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

#b31248 Text Font Color

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

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


#b31248 Background Color

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

This div background color is #b31248


#b31248 Border Color

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

This div border color is #b31248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31248


Comments

No comments written yet.

Please login to write comment.