Color Hex Logo

#b86189 Color Hex

#B86189
(184,97,137)
0 Favorites   0 Comments

Color spaces of #b86189

RGB 18497137
HSL0.920.380.55
HSV332°47°72°
CMYK 0.000.470.26   0.28
XYZ28.557220.545926.1275
Yxy20.54590.37960.2731
Hunter Lab45.327633.1350-2.4463
CIE-Lab52.448939.8467-6.2670

#b86189 color RGB value is (184,97,137).

#b86189 hex color red value is 184, green value is 97 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b86189 hue: 0.92 , saturation: 0.38 and the lightness value of b86189 is 0.55.

The process color (four color CMYK) of #b86189 color hex is 0.00, 0.47, 0.26, 0.28. Web safe color of #b86189 is #cc6699. Color #b86189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100001 10001001
Octal 270 141 211
Decimal 184 97 137
Hex B8 61 89

RGB Percentages of Color #b86189

%44.02
%23.21
%32.78

CMYK Percentages of Color #b86189

%0
%47
%26
%28

Triadic Colors of #b86189

#b86189 #89b861 #6189b8

Analogous Colors of #b86189

#b86189 #b86561 #b861b5

Monochromatic Colors of #b86189

#b86189

Complementary Color

#b86189 #61b890

#b86189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86189 Color CSS Codes

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

#b86189 Text Font Color

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

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


#b86189 Background Color

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

This div background color is #b86189


#b86189 Border Color

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

This div border color is #b86189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86189


Comments

No comments written yet.

Please login to write comment.