Color Hex Logo

#b85077 Color Hex

#B85077
(184,80,119)
0 Favorites   0 Comments

Color spaces of #b85077

RGB 18480119
HSL0.940.420.52
HSV338°57°72°
CMYK 0.000.570.35   0.28
XYZ25.965617.259619.4157
Yxy17.25960.41450.2755
Hunter Lab41.544738.86011.3724
CIE-Lab48.585546.0460-1.2170

#b85077 color RGB value is (184,80,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010000 01110111
Octal 270 120 167
Decimal 184 80 119
Hex B8 50 77

RGB Percentages of Color #b85077

%48.04
%20.89
%31.07

CMYK Percentages of Color #b85077

%0
%57
%35
%28

Triadic Colors of #b85077

#b85077 #77b850 #5077b8

Analogous Colors of #b85077

#b85077 #b85d50 #b850ab

Monochromatic Colors of #b85077

#b85077

Complementary Color

#b85077 #50b891

#b85077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85077 Color CSS Codes

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

#b85077 Text Font Color

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

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


#b85077 Background Color

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

This div background color is #b85077


#b85077 Border Color

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

This div border color is #b85077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85077


Comments

No comments written yet.

Please login to write comment.