Color Hex Logo

#b86094 Color Hex

#B86094
(184,96,148)
0 Favorites   0 Comments

Color spaces of #b86094

RGB 18496148
HSL0.900.380.55
HSV325°48°72°
CMYK 0.000.480.20   0.28
XYZ29.295320.694230.4673
Yxy20.69420.36410.2572
Hunter Lab45.490935.3417-7.8656
CIE-Lab52.613241.9993-12.5155

#b86094 color RGB value is (184,96,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100000 10010100
Octal 270 140 224
Decimal 184 96 148
Hex B8 60 94

RGB Percentages of Color #b86094

%42.99
%22.43
%34.58

CMYK Percentages of Color #b86094

%0
%48
%20
%28

Triadic Colors of #b86094

#b86094 #94b860 #6094b8

Analogous Colors of #b86094

#b86094 #b86068 #b060b8

Monochromatic Colors of #b86094

#b86094

Complementary Color

#b86094 #60b884

#b86094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86094 Color CSS Codes

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

#b86094 Text Font Color

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

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


#b86094 Background Color

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

This div background color is #b86094


#b86094 Border Color

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

This div border color is #b86094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86094


Comments

No comments written yet.

Please login to write comment.