Color Hex Logo

#b87294 Color Hex

#B87294
(184,114,148)
0 Favorites   0 Comments

Color spaces of #b87294

RGB 184114148
HSL0.920.330.58
HSV331°38°72°
CMYK 0.000.380.20   0.28
XYZ31.129824.363131.0788
Yxy24.36310.35960.2814
Hunter Lab49.359026.1984-2.7805
CIE-Lab56.449532.3711-6.7705

#b87294 color RGB value is (184,114,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 10010100
Octal 270 162 224
Decimal 184 114 148
Hex B8 72 94

RGB Percentages of Color #b87294

%41.26
%25.56
%33.18

CMYK Percentages of Color #b87294

%0
%38
%20
%28

Triadic Colors of #b87294

#b87294 #94b872 #7294b8

Analogous Colors of #b87294

#b87294 #b87372 #b872b7

Monochromatic Colors of #b87294

#b87294

Complementary Color

#b87294 #72b896

#b87294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87294 Color CSS Codes

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

#b87294 Text Font Color

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

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


#b87294 Background Color

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

This div background color is #b87294


#b87294 Border Color

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

This div border color is #b87294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87294


Comments

No comments written yet.

Please login to write comment.