Color Hex Logo

#b68492 Color Hex

#B68492
(182,132,146)
0 Favorites   0 Comments

Color spaces of #b68492

RGB 182132146
HSL0.950.260.62
HSV343°27°71°
CMYK 0.000.270.20   0.29
XYZ32.731028.522930.9745
Yxy28.52290.35490.3093
Hunter Lab53.406815.93382.9982
CIE-Lab60.358221.33380.1161

#b68492 color RGB value is (182,132,146).

#b68492 hex color red value is 182, green value is 132 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b68492 hue: 0.95 , saturation: 0.26 and the lightness value of b68492 is 0.62.

The process color (four color CMYK) of #b68492 color hex is 0.00, 0.27, 0.20, 0.29. Web safe color of #b68492 is #cc9999. Color #b68492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000100 10010010
Octal 266 204 222
Decimal 182 132 146
Hex B6 84 92

RGB Percentages of Color #b68492

%39.57
%28.70
%31.74

CMYK Percentages of Color #b68492

%0
%27
%20
%29

Triadic Colors of #b68492

#b68492 #92b684 #8492b6

Analogous Colors of #b68492

#b68492 #b68f84 #b684ab

Monochromatic Colors of #b68492

#b68492

Complementary Color

#b68492 #84b6a8

#b68492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68492 Color CSS Codes

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

#b68492 Text Font Color

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

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


#b68492 Background Color

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

This div background color is #b68492


#b68492 Border Color

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

This div border color is #b68492


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,132,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b68492; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b68492;
  -webkit-box-shadow: 1px 1px 3px 2px #b68492;
  box-shadow:         1px 1px 3px 2px #b68492; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,132,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68492


Comments

No comments written yet.

Please login to write comment.