Color Hex Logo

#b67692 Color Hex

#B67692
(182,118,146)
0 Favorites   0 Comments

Color spaces of #b67692

RGB 182118146
HSL0.930.300.59
HSV334°35°71°
CMYK 0.000.350.20   0.29
XYZ30.958124.977330.3836
Yxy24.97730.35860.2894
Hunter Lab49.977323.1104-1.0611
CIE-Lab57.053329.1337-4.7403

#b67692 color RGB value is (182,118,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 10010010
Octal 266 166 222
Decimal 182 118 146
Hex B6 76 92

RGB Percentages of Color #b67692

%40.81
%26.46
%32.74

CMYK Percentages of Color #b67692

%0
%35
%20
%29

Triadic Colors of #b67692

#b67692 #92b676 #7692b6

Analogous Colors of #b67692

#b67692 #b67a76 #b676b2

Monochromatic Colors of #b67692

#b67692

Complementary Color

#b67692 #76b69a

#b67692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67692 Color CSS Codes

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

#b67692 Text Font Color

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

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


#b67692 Background Color

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

This div background color is #b67692


#b67692 Border Color

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

This div border color is #b67692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67692


Comments

No comments written yet.

Please login to write comment.