Color Hex Logo

#b37dbc Color Hex

#B37DBC
(179,125,188)
0 Favorites   0 Comments

Color spaces of #b37dbc

RGB 179125188
HSL0.810.320.61
HSV291°34°74°
CMYK 0.050.340.00   0.26
XYZ35.001127.881851.1139
Yxy27.88180.30700.2446
Hunter Lab52.803225.9147-20.4309
CIE-Lab59.781831.7404-24.7794

#b37dbc color RGB value is (179,125,188).

#b37dbc hex color red value is 179, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b37dbc hue: 0.81 , saturation: 0.32 and the lightness value of b37dbc is 0.61.

The process color (four color CMYK) of #b37dbc color hex is 0.05, 0.34, 0.00, 0.26. Web safe color of #b37dbc is #cc66cc. Color #b37dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111101 10111100
Octal 263 175 274
Decimal 179 125 188
Hex B3 7D BC

RGB Percentages of Color #b37dbc

%36.38
%25.41
%38.21

CMYK Percentages of Color #b37dbc

%5
%34
%0
%26

Triadic Colors of #b37dbc

#b37dbc #bcb37d #7dbcb3

Analogous Colors of #b37dbc

#b37dbc #bc7da6 #947dbc

Monochromatic Colors of #b37dbc

#b37dbc

Complementary Color

#b37dbc #86bc7d

#b37dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37dbc Color CSS Codes

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

#b37dbc Text Font Color

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

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


#b37dbc Background Color

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

This div background color is #b37dbc


#b37dbc Border Color

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

This div border color is #b37dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37dbc


Comments

No comments written yet.

Please login to write comment.