Color Hex Logo

#b37692 Color Hex

#B37692
(179,118,146)
0 Favorites   0 Comments

Color spaces of #b37692

RGB 179118146
HSL0.920.290.58
HSV332°34°70°
CMYK 0.000.340.18   0.30
XYZ30.257124.615930.3507
Yxy24.61590.35500.2888
Hunter Lab49.614422.0321-1.5395
CIE-Lab56.699228.0434-5.3035

#b37692 color RGB value is (179,118,146).

#b37692 hex color red value is 179, green value is 118 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b37692 hue: 0.92 , saturation: 0.29 and the lightness value of b37692 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110110 10010010
Octal 263 166 222
Decimal 179 118 146
Hex B3 76 92

RGB Percentages of Color #b37692

%40.41
%26.64
%32.96

CMYK Percentages of Color #b37692

%0
%34
%18
%30

Triadic Colors of #b37692

#b37692 #92b376 #7692b3

Analogous Colors of #b37692

#b37692 #b37976 #b376b1

Monochromatic Colors of #b37692

#b37692

Complementary Color

#b37692 #76b397

#b37692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37692 Color CSS Codes

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

#b37692 Text Font Color

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

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


#b37692 Background Color

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

This div background color is #b37692


#b37692 Border Color

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

This div border color is #b37692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37692


Comments

No comments written yet.

Please login to write comment.