Color Hex Logo

#b37299 Color Hex

#B37299
(179,114,153)
0 Favorites   0 Comments

Color spaces of #b37299

RGB 179114153
HSL0.900.300.57
HSV324°36°70°
CMYK 0.000.360.15   0.30
XYZ30.357523.918233.1537
Yxy23.91820.34720.2736
Hunter Lab48.906225.2141-5.9585
CIE-Lab56.005831.4096-10.4032

#b37299 color RGB value is (179,114,153).

#b37299 hex color red value is 179, green value is 114 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b37299 hue: 0.90 , saturation: 0.30 and the lightness value of b37299 is 0.57.

The process color (four color CMYK) of #b37299 color hex is 0.00, 0.36, 0.15, 0.30. Web safe color of #b37299 is #cc6699. Color #b37299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110010 10011001
Octal 263 162 231
Decimal 179 114 153
Hex B3 72 99

RGB Percentages of Color #b37299

%40.13
%25.56
%34.30

CMYK Percentages of Color #b37299

%0
%36
%15
%30

Triadic Colors of #b37299

#b37299 #99b372 #7299b3

Analogous Colors of #b37299

#b37299 #b37279 #ad72b3

Monochromatic Colors of #b37299

#b37299

Complementary Color

#b37299 #72b38c

#b37299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37299 Color CSS Codes

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

#b37299 Text Font Color

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

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


#b37299 Background Color

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

This div background color is #b37299


#b37299 Border Color

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

This div border color is #b37299


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,114,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37299


Comments

No comments written yet.

Please login to write comment.