Color Hex Logo

#b83171 Color Hex

#B83171
(184,49,113)
0 Favorites   0 Comments

Color spaces of #b83171

RGB 18449113
HSL0.920.580.46
HSV332°73°72°
CMYK 0.000.730.39   0.28
XYZ23.846113.579216.9870
Yxy13.57920.43820.2496
Hunter Lab36.850051.0223-1.5364
CIE-Lab43.623358.3555-4.8681

#b83171 color RGB value is (184,49,113).

#b83171 hex color red value is 184, green value is 49 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b83171 hue: 0.92 , saturation: 0.58 and the lightness value of b83171 is 0.46.

The process color (four color CMYK) of #b83171 color hex is 0.00, 0.73, 0.39, 0.28. Web safe color of #b83171 is #cc3366. Color #b83171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110001 01110001
Octal 270 61 161
Decimal 184 49 113
Hex B8 31 71

RGB Percentages of Color #b83171

%53.18
%14.16
%32.66

CMYK Percentages of Color #b83171

%0
%73
%39
%28

Triadic Colors of #b83171

#b83171 #71b831 #3171b8

Analogous Colors of #b83171

#b83171 #b83531 #b831b5

Monochromatic Colors of #b83171

#b83171

Complementary Color

#b83171 #31b878

#b83171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83171 Color CSS Codes

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

#b83171 Text Font Color

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

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


#b83171 Background Color

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

This div background color is #b83171


#b83171 Border Color

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

This div border color is #b83171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83171


Comments

No comments written yet.

Please login to write comment.