Color Hex Logo

#b47592 Color Hex

#B47592
(180,117,146)
0 Favorites   0 Comments

Color spaces of #b47592

RGB 180117146
HSL0.920.300.58
HSV332°35°71°
CMYK 0.000.350.19   0.29
XYZ30.372024.501230.3226
Yxy24.50120.35650.2876
Hunter Lab49.498722.9035-1.6716
CIE-Lab56.586228.9625-5.4582

#b47592 color RGB value is (180,117,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110101 10010010
Octal 264 165 222
Decimal 180 117 146
Hex B4 75 92

RGB Percentages of Color #b47592

%40.63
%26.41
%32.96

CMYK Percentages of Color #b47592

%0
%35
%19
%29

Triadic Colors of #b47592

#b47592 #92b475 #7592b4

Analogous Colors of #b47592

#b47592 #b47875 #b475b2

Monochromatic Colors of #b47592

#b47592

Complementary Color

#b47592 #75b497

#b47592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47592 Color CSS Codes

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

#b47592 Text Font Color

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

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


#b47592 Background Color

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

This div background color is #b47592


#b47592 Border Color

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

This div border color is #b47592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47592


Comments

No comments written yet.

Please login to write comment.