Color Hex Logo

#b71048 Color Hex

#B71048
(183,16,72)
0 Favorites   0 Comments

Color spaces of #b71048

RGB 1831672
HSL0.940.840.39
HSV340°91°72°
CMYK 0.000.910.61   0.28
XYZ20.883410.90577.1352
Yxy10.90570.53650.2802
Hunter Lab33.023855.087310.3063
CIE-Lab39.421262.826414.9209

#b71048 color RGB value is (183,16,72).

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

The process color (four color CMYK) of #b71048 color hex is 0.00, 0.91, 0.61, 0.28. Web safe color of #b71048 is #cc0033. Color #b71048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010000 01001000
Octal 267 20 110
Decimal 183 16 72
Hex B7 10 48

RGB Percentages of Color #b71048

%67.53
%5.90
%26.57

CMYK Percentages of Color #b71048

%0
%91
%61
%28

Triadic Colors of #b71048

#b71048 #48b710 #1048b7

Analogous Colors of #b71048

#b71048 #b72c10 #b7109c

Monochromatic Colors of #b71048

#b71048

Complementary Color

#b71048 #10b77f

#b71048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71048 Color CSS Codes

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

#b71048 Text Font Color

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

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


#b71048 Background Color

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

This div background color is #b71048


#b71048 Border Color

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

This div border color is #b71048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71048


Comments

No comments written yet.

Please login to write comment.