Color Hex Logo

#b37bc9 Color Hex

#B37BC9
(179,123,201)
0 Favorites   0 Comments

Color spaces of #b37bc9

RGB 179123201
HSL0.790.420.64
HSV283°39°79°
CMYK 0.110.390.00   0.21
XYZ36.216027.966758.7477
Yxy27.96670.29460.2275
Hunter Lab52.883629.6951-28.8461
CIE-Lab59.858635.5086-32.0289

#b37bc9 color RGB value is (179,123,201).

#b37bc9 hex color red value is 179, green value is 123 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #b37bc9 hue: 0.79 , saturation: 0.42 and the lightness value of b37bc9 is 0.64.

The process color (four color CMYK) of #b37bc9 color hex is 0.11, 0.39, 0.00, 0.21. Web safe color of #b37bc9 is #cc66cc. Color #b37bc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111011 11001001
Octal 263 173 311
Decimal 179 123 201
Hex B3 7B C9

RGB Percentages of Color #b37bc9

%35.59
%24.45
%39.96

CMYK Percentages of Color #b37bc9

%11
%39
%0
%21

Triadic Colors of #b37bc9

#b37bc9 #c9b37b #7bc9b3

Analogous Colors of #b37bc9

#b37bc9 #c97bb8 #8c7bc9

Monochromatic Colors of #b37bc9

#b37bc9

Complementary Color

#b37bc9 #91c97b

#b37bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37bc9 Color CSS Codes

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

#b37bc9 Text Font Color

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

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


#b37bc9 Background Color

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

This div background color is #b37bc9


#b37bc9 Border Color

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

This div border color is #b37bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37bc9


Comments

No comments written yet.

Please login to write comment.