Color Hex Logo

#b37fcd Color Hex

#B37FCD
(179,127,205)
0 Favorites   0 Comments

Color spaces of #b37fcd

RGB 179127205
HSL0.780.440.65
HSV280°38°80°
CMYK 0.130.380.00   0.20
XYZ37.199229.170261.4274
Yxy29.17020.29110.2283
Hunter Lab54.009428.4260-29.6266
CIE-Lab60.931534.1351-32.6180

#b37fcd color RGB value is (179,127,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111111 11001101
Octal 263 177 315
Decimal 179 127 205
Hex B3 7F CD

RGB Percentages of Color #b37fcd

%35.03
%24.85
%40.12

CMYK Percentages of Color #b37fcd

%13
%38
%0
%20

Triadic Colors of #b37fcd

#b37fcd #cdb37f #7fcdb3

Analogous Colors of #b37fcd

#b37fcd #cd7fc0 #8c7fcd

Monochromatic Colors of #b37fcd

#b37fcd

Complementary Color

#b37fcd #99cd7f

#b37fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37fcd Color CSS Codes

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

#b37fcd Text Font Color

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

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


#b37fcd Background Color

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

This div background color is #b37fcd


#b37fcd Border Color

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

This div border color is #b37fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,127,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 #b37fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37fcd


Comments

No comments written yet.

Please login to write comment.