Color Hex Logo

#b37dcb Color Hex

#B37DCB
(179,125,203)
0 Favorites   0 Comments

Color spaces of #b37dcb

RGB 179125203
HSL0.780.430.64
HSV282°38°80°
CMYK 0.120.380.00   0.20
XYZ36.703528.562760.0786
Yxy28.56270.29280.2279
Hunter Lab53.444129.0603-29.2394
CIE-Lab60.393734.8214-32.3267

#b37dcb color RGB value is (179,125,203).

#b37dcb hex color red value is 179, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b37dcb hue: 0.78 , saturation: 0.43 and the lightness value of b37dcb is 0.64.

The process color (four color CMYK) of #b37dcb color hex is 0.12, 0.38, 0.00, 0.20. Web safe color of #b37dcb is #cc66cc. Color #b37dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111101 11001011
Octal 263 175 313
Decimal 179 125 203
Hex B3 7D CB

RGB Percentages of Color #b37dcb

%35.31
%24.65
%40.04

CMYK Percentages of Color #b37dcb

%12
%38
%0
%20

Triadic Colors of #b37dcb

#b37dcb #cbb37d #7dcbb3

Analogous Colors of #b37dcb

#b37dcb #cb7dbc #8c7dcb

Monochromatic Colors of #b37dcb

#b37dcb

Complementary Color

#b37dcb #95cb7d

#b37dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37dcb Color CSS Codes

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

#b37dcb Text Font Color

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

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


#b37dcb Background Color

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

This div background color is #b37dcb


#b37dcb Border Color

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

This div border color is #b37dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37dcb


Comments

No comments written yet.

Please login to write comment.