Color Hex Logo

#b87291 Color Hex

#B87291
(184,114,145)
0 Favorites   0 Comments

Color spaces of #b87291

RGB 184114145
HSL0.930.330.58
HSV333°38°72°
CMYK 0.000.380.21   0.28
XYZ30.895324.269329.8441
Yxy24.26930.36340.2855
Hunter Lab49.263925.7325-1.4332
CIE-Lab56.356431.9047-5.1636

#b87291 color RGB value is (184,114,145).

#b87291 hex color red value is 184, green value is 114 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #b87291 hue: 0.93 , saturation: 0.33 and the lightness value of b87291 is 0.58.

The process color (four color CMYK) of #b87291 color hex is 0.00, 0.38, 0.21, 0.28. Web safe color of #b87291 is #cc6699. Color #b87291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 10010001
Octal 270 162 221
Decimal 184 114 145
Hex B8 72 91

RGB Percentages of Color #b87291

%41.53
%25.73
%32.73

CMYK Percentages of Color #b87291

%0
%38
%21
%28

Triadic Colors of #b87291

#b87291 #91b872 #7291b8

Analogous Colors of #b87291

#b87291 #b87672 #b872b4

Monochromatic Colors of #b87291

#b87291

Complementary Color

#b87291 #72b899

#b87291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87291 Color CSS Codes

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

#b87291 Text Font Color

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

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


#b87291 Background Color

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

This div background color is #b87291


#b87291 Border Color

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

This div border color is #b87291


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,114,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87291


Comments

No comments written yet.

Please login to write comment.