Color Hex Logo

#b87194 Color Hex

#B87194
(184,113,148)
0 Favorites   0 Comments

Color spaces of #b87194

RGB 184113148
HSL0.920.330.58
HSV330°39°72°
CMYK 0.000.390.20   0.28
XYZ31.017624.138731.0414
Yxy24.13870.35980.2800
Hunter Lab49.131226.7115-3.0680
CIE-Lab56.226432.9182-7.1024

#b87194 color RGB value is (184,113,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 10010100
Octal 270 161 224
Decimal 184 113 148
Hex B8 71 94

RGB Percentages of Color #b87194

%41.35
%25.39
%33.26

CMYK Percentages of Color #b87194

%0
%39
%20
%28

Triadic Colors of #b87194

#b87194 #94b871 #7194b8

Analogous Colors of #b87194

#b87194 #b87271 #b871b8

Monochromatic Colors of #b87194

#b87194

Complementary Color

#b87194 #71b895

#b87194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87194 Color CSS Codes

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

#b87194 Text Font Color

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

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


#b87194 Background Color

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

This div background color is #b87194


#b87194 Border Color

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

This div border color is #b87194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87194


Comments

No comments written yet.

Please login to write comment.