Color Hex Logo

#b83771 Color Hex

#B83771
(184,55,113)
0 Favorites   0 Comments

Color spaces of #b83771

RGB 18455113
HSL0.930.540.47
HSV333°70°72°
CMYK 0.000.700.39   0.28
XYZ24.114014.115017.0763
Yxy14.11500.43600.2552
Hunter Lab37.569948.8216-0.6496
CIE-Lab44.397456.1954-3.7218

#b83771 color RGB value is (184,55,113).

#b83771 hex color red value is 184, green value is 55 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b83771 hue: 0.93 , saturation: 0.54 and the lightness value of b83771 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110111 01110001
Octal 270 67 161
Decimal 184 55 113
Hex B8 37 71

RGB Percentages of Color #b83771

%52.27
%15.63
%32.10

CMYK Percentages of Color #b83771

%0
%70
%39
%28

Triadic Colors of #b83771

#b83771 #71b837 #3771b8

Analogous Colors of #b83771

#b83771 #b83e37 #b837b2

Monochromatic Colors of #b83771

#b83771

Complementary Color

#b83771 #37b87e

#b83771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83771 Color CSS Codes

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

#b83771 Text Font Color

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

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


#b83771 Background Color

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

This div background color is #b83771


#b83771 Border Color

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

This div border color is #b83771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83771


Comments

No comments written yet.

Please login to write comment.