Color Hex Logo

#b10448 Color Hex

#B10448
(177,4,72)
0 Favorites   0 Comments

Color spaces of #b10448

RGB 177472
HSL0.930.960.35
HSV336°98°69°
CMYK 0.000.980.59   0.31
XYZ19.34469.90187.0226
Yxy9.90180.53340.2730
Hunter Lab31.467154.66658.7951
CIE-Lab37.665662.793212.3205

#b10448 color RGB value is (177,4,72).

#b10448 hex color red value is 177, green value is 4 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b10448 hue: 0.93 , saturation: 0.96 and the lightness value of b10448 is 0.35.

The process color (four color CMYK) of #b10448 color hex is 0.00, 0.98, 0.59, 0.31. Web safe color of #b10448 is #990033. Color #b10448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000100 01001000
Octal 261 4 110
Decimal 177 4 72
Hex B1 4 48

RGB Percentages of Color #b10448

%69.96
%1.58
%28.46

CMYK Percentages of Color #b10448

%0
%98
%59
%31

Triadic Colors of #b10448

#b10448 #48b104 #0448b1

Analogous Colors of #b10448

#b10448 #b11604 #b1049f

Monochromatic Colors of #b10448

#b10448

Complementary Color

#b10448 #04b16d

#b10448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10448 Color CSS Codes

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

#b10448 Text Font Color

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

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


#b10448 Background Color

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

This div background color is #b10448


#b10448 Border Color

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

This div border color is #b10448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10448


Comments

No comments written yet.

Please login to write comment.