Color Hex Logo

#b37dcd Color Hex

#B37DCD
(179,125,205)
0 Favorites   0 Comments

Color spaces of #b37dcd

RGB 179125205
HSL0.780.440.65
HSV281°39°80°
CMYK 0.130.390.00   0.20
XYZ36.943528.658761.3422
Yxy28.65870.29100.2258
Hunter Lab53.533829.4980-30.4643
CIE-Lab60.479235.2448-33.3214

#b37dcd color RGB value is (179,125,205).

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

The process color (four color CMYK) of #b37dcd color hex is 0.13, 0.39, 0.00, 0.20. Web safe color of #b37dcd is #cc66cc. Color #b37dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111101 11001101
Octal 263 175 315
Decimal 179 125 205
Hex B3 7D CD

RGB Percentages of Color #b37dcd

%35.17
%24.56
%40.28

CMYK Percentages of Color #b37dcd

%13
%39
%0
%20

Triadic Colors of #b37dcd

#b37dcd #cdb37d #7dcdb3

Analogous Colors of #b37dcd

#b37dcd #cd7dbf #8b7dcd

Monochromatic Colors of #b37dcd

#b37dcd

Complementary Color

#b37dcd #97cd7d

#b37dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37dcd Color CSS Codes

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

#b37dcd Text Font Color

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

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


#b37dcd Background Color

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

This div background color is #b37dcd


#b37dcd Border Color

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

This div border color is #b37dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37dcd

#b37dcd Color Palettes


Comments

No comments written yet.

Please login to write comment.