Color Hex Logo

#b4175c Color Hex

#B4175C
(180,23,92)
0 Favorites   0 Comments

Color spaces of #b4175c

RGB 1802392
HSL0.930.770.40
HSV334°87°71°
CMYK 0.000.870.49   0.29
XYZ21.060611.088811.1556
Yxy11.08880.48630.2561
Hunter Lab33.299854.61823.4475
CIE-Lab39.729662.34792.5003

#b4175c color RGB value is (180,23,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010111 01011100
Octal 264 27 134
Decimal 180 23 92
Hex B4 17 5C

RGB Percentages of Color #b4175c

%61.02
%7.80
%31.19

CMYK Percentages of Color #b4175c

%0
%87
%49
%29

Triadic Colors of #b4175c

#b4175c #5cb417 #175cb4

Analogous Colors of #b4175c

#b4175c #b42017 #b417ab

Monochromatic Colors of #b4175c

#b4175c

Complementary Color

#b4175c #17b46f

#b4175c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4175c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4175c Color CSS Codes

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

#b4175c Text Font Color

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

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


#b4175c Background Color

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

This div background color is #b4175c


#b4175c Border Color

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

This div border color is #b4175c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4175c


Comments

No comments written yet.

Please login to write comment.