Color Hex Logo

#b86773 Color Hex

#B86773
(184,103,115)
0 Favorites   0 Comments

Color spaces of #b86773

RGB 184103115
HSL0.980.360.56
HSV351°44°72°
CMYK 0.000.440.38   0.28
XYZ27.711921.128618.8373
Yxy21.12860.40950.3122
Hunter Lab45.965927.17387.8784
CIE-Lab53.090033.74617.6784

#b86773 color RGB value is (184,103,115).

#b86773 hex color red value is 184, green value is 103 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b86773 hue: 0.98 , saturation: 0.36 and the lightness value of b86773 is 0.56.

The process color (four color CMYK) of #b86773 color hex is 0.00, 0.44, 0.38, 0.28. Web safe color of #b86773 is #cc6666. Color #b86773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100111 01110011
Octal 270 147 163
Decimal 184 103 115
Hex B8 67 73

RGB Percentages of Color #b86773

%45.77
%25.62
%28.61

CMYK Percentages of Color #b86773

%0
%44
%38
%28

Triadic Colors of #b86773

#b86773 #73b867 #6773b8

Analogous Colors of #b86773

#b86773 #b88467 #b8679c

Monochromatic Colors of #b86773

#b86773

Complementary Color

#b86773 #67b8ac

#b86773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86773 Color CSS Codes

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

#b86773 Text Font Color

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

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


#b86773 Background Color

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

This div background color is #b86773


#b86773 Border Color

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

This div border color is #b86773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86773


Comments

No comments written yet.

Please login to write comment.