Color Hex Logo

#b9175f Color Hex

#B9175F
(185,23,95)
0 Favorites   0 Comments

Color spaces of #b9175f

RGB 1852395
HSL0.930.780.41
HSV333°88°73°
CMYK 0.000.880.49   0.27
XYZ22.379511.753311.9156
Yxy11.75330.48600.2552
Hunter Lab34.283156.52683.3910
CIE-Lab40.821363.83082.3038

#b9175f color RGB value is (185,23,95).

#b9175f hex color red value is 185, green value is 23 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b9175f hue: 0.93 , saturation: 0.78 and the lightness value of b9175f is 0.41.

The process color (four color CMYK) of #b9175f color hex is 0.00, 0.88, 0.49, 0.27. Web safe color of #b9175f is #cc0066. Color #b9175f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010111 01011111
Octal 271 27 137
Decimal 185 23 95
Hex B9 17 5F

RGB Percentages of Color #b9175f

%61.06
%7.59
%31.35

CMYK Percentages of Color #b9175f

%0
%88
%49
%27

Triadic Colors of #b9175f

#b9175f #5fb917 #175fb9

Analogous Colors of #b9175f

#b9175f #b92017 #b917b0

Monochromatic Colors of #b9175f

#b9175f

Complementary Color

#b9175f #17b971

#b9175f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9175f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9175f Color CSS Codes

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

#b9175f Text Font Color

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

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


#b9175f Background Color

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

This div background color is #b9175f


#b9175f Border Color

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

This div border color is #b9175f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,23,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9175f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9175f;
  -webkit-box-shadow: 1px 1px 3px 2px #b9175f;
  box-shadow:         1px 1px 3px 2px #b9175f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,23,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9175f


Comments

No comments written yet.

Please login to write comment.