Color Hex Logo

#b67882 Color Hex

#B67882
(182,120,130)
0 Favorites   0 Comments

Color spaces of #b67882

RGB 182120130
HSL0.970.300.59
HSV350°34°71°
CMYK 0.000.340.29   0.29
XYZ30.037124.989724.3595
Yxy24.98970.37840.3148
Hunter Lab49.989719.77266.1013
CIE-Lab57.065425.63574.5615

#b67882 color RGB value is (182,120,130).

#b67882 hex color red value is 182, green value is 120 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b67882 hue: 0.97 , saturation: 0.30 and the lightness value of b67882 is 0.59.

The process color (four color CMYK) of #b67882 color hex is 0.00, 0.34, 0.29, 0.29. Web safe color of #b67882 is #cc6699. Color #b67882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111000 10000010
Octal 266 170 202
Decimal 182 120 130
Hex B6 78 82

RGB Percentages of Color #b67882

%42.13
%27.78
%30.09

CMYK Percentages of Color #b67882

%0
%34
%29
%29

Triadic Colors of #b67882

#b67882 #82b678 #7882b6

Analogous Colors of #b67882

#b67882 #b68d78 #b678a1

Monochromatic Colors of #b67882

#b67882

Complementary Color

#b67882 #78b6ac

#b67882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67882 Color CSS Codes

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

#b67882 Text Font Color

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

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


#b67882 Background Color

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

This div background color is #b67882


#b67882 Border Color

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

This div border color is #b67882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67882


Comments

No comments written yet.

Please login to write comment.