Color Hex Logo

#b40171 Color Hex

#B40171
(180,1,113)
0 Favorites   0 Comments

Color spaces of #b40171

RGB 1801113
HSL0.900.990.35
HSV322°99°71°
CMYK 0.000.990.37   0.29
XYZ21.813910.917316.5803
Yxy10.91730.44240.2214
Hunter Lab33.041360.0234-6.6231
CIE-Lab39.440867.1579-11.2131

#b40171 color RGB value is (180,1,113).

#b40171 hex color red value is 180, green value is 1 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b40171 hue: 0.90 , saturation: 0.99 and the lightness value of b40171 is 0.35.

The process color (four color CMYK) of #b40171 color hex is 0.00, 0.99, 0.37, 0.29. Web safe color of #b40171 is #cc0066. Color #b40171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000001 01110001
Octal 264 1 161
Decimal 180 1 113
Hex B4 1 71

RGB Percentages of Color #b40171

%61.22
%0.34
%38.44

CMYK Percentages of Color #b40171

%0
%99
%37
%29

Triadic Colors of #b40171

#b40171 #71b401 #0171b4

Analogous Colors of #b40171

#b40171 #b40118 #9e01b4

Monochromatic Colors of #b40171

#b40171

Complementary Color

#b40171 #01b444

#b40171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40171 Color CSS Codes

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

#b40171 Text Font Color

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

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


#b40171 Background Color

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

This div background color is #b40171


#b40171 Border Color

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

This div border color is #b40171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40171


Comments

No comments written yet.

Please login to write comment.