Color Hex Logo

#b85c8a Color Hex

#B85C8A
(184,92,138)
1 Favorites   0 Comments

Color spaces of #b85c8a

RGB 18492138
HSL0.920.390.54
HSV330°50°72°
CMYK 0.000.500.25   0.28
XYZ28.181819.679626.3580
Yxy19.67960.37970.2652
Hunter Lab44.361735.7633-4.1746
CIE-Lab51.473042.5792-8.3139

#b85c8a color RGB value is (184,92,138).

#b85c8a hex color red value is 184, green value is 92 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b85c8a hue: 0.92 , saturation: 0.39 and the lightness value of b85c8a is 0.54.

The process color (four color CMYK) of #b85c8a color hex is 0.00, 0.50, 0.25, 0.28. Web safe color of #b85c8a is #cc6699. Color #b85c8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011100 10001010
Octal 270 134 212
Decimal 184 92 138
Hex B8 5C 8A

RGB Percentages of Color #b85c8a

%44.44
%22.22
%33.33

CMYK Percentages of Color #b85c8a

%0
%50
%25
%28

Triadic Colors of #b85c8a

#b85c8a #8ab85c #5c8ab8

Analogous Colors of #b85c8a

#b85c8a #b85c5c #b85cb8

Monochromatic Colors of #b85c8a

#b85c8a

Complementary Color

#b85c8a #5cb88a

#b85c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85c8a Color CSS Codes

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

#b85c8a Text Font Color

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

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


#b85c8a Background Color

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

This div background color is #b85c8a


#b85c8a Border Color

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

This div border color is #b85c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85c8a

#b85c8a Color Palettes


Comments

No comments written yet.

Please login to write comment.