Color Hex Logo

#b85577 Color Hex

#B85577
(184,85,119)
0 Favorites   0 Comments

Color spaces of #b85577

RGB 18485119
HSL0.940.410.53
HSV339°54°72°
CMYK 0.000.540.35   0.28
XYZ26.345418.019319.5423
Yxy18.01930.41220.2820
Hunter Lab42.449136.49722.4191
CIE-Lab49.519543.59420.1492

#b85577 color RGB value is (184,85,119).

#b85577 hex color red value is 184, green value is 85 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b85577 hue: 0.94 , saturation: 0.41 and the lightness value of b85577 is 0.53.

The process color (four color CMYK) of #b85577 color hex is 0.00, 0.54, 0.35, 0.28. Web safe color of #b85577 is #cc6666. Color #b85577 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010101 01110111
Octal 270 125 167
Decimal 184 85 119
Hex B8 55 77

RGB Percentages of Color #b85577

%47.42
%21.91
%30.67

CMYK Percentages of Color #b85577

%0
%54
%35
%28

Triadic Colors of #b85577

#b85577 #77b855 #5577b8

Analogous Colors of #b85577

#b85577 #b86555 #b855a9

Monochromatic Colors of #b85577

#b85577

Complementary Color

#b85577 #55b896

#b85577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85577 Color CSS Codes

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

#b85577 Text Font Color

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

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


#b85577 Background Color

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

This div background color is #b85577


#b85577 Border Color

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

This div border color is #b85577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85577


Comments

No comments written yet.

Please login to write comment.