Color Hex Logo

#b7175d Color Hex

#B7175D
(183,23,93)
0 Favorites   0 Comments

Color spaces of #b7175d

RGB 1832393
HSL0.930.780.40
HSV334°87°72°
CMYK 0.000.870.49   0.28
XYZ21.810611.470411.4204
Yxy11.47040.48790.2566
Hunter Lab33.868055.68303.7148
CIE-Lab40.361763.17322.8554

#b7175d color RGB value is (183,23,93).

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

The process color (four color CMYK) of #b7175d color hex is 0.00, 0.87, 0.49, 0.28. Web safe color of #b7175d is #cc0066. Color #b7175d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010111 01011101
Octal 267 27 135
Decimal 183 23 93
Hex B7 17 5D

RGB Percentages of Color #b7175d

%61.20
%7.69
%31.10

CMYK Percentages of Color #b7175d

%0
%87
%49
%28

Triadic Colors of #b7175d

#b7175d #5db717 #175db7

Analogous Colors of #b7175d

#b7175d #b72117 #b717ad

Monochromatic Colors of #b7175d

#b7175d

Complementary Color

#b7175d #17b771

#b7175d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7175d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7175d Color CSS Codes

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

#b7175d Text Font Color

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

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


#b7175d Background Color

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

This div background color is #b7175d


#b7175d Border Color

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

This div border color is #b7175d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7175d


Comments

No comments written yet.

Please login to write comment.