Color Hex Logo

#b37cfb Color Hex

#B37CFB
(179,124,251)
0 Favorites   0 Comments

Color spaces of #b37cfb

RGB 179124251
HSL0.740.940.74
HSV266°51°98°
CMYK 0.290.510.00   0.02
XYZ43.210630.964094.9660
Yxy30.96400.25550.1831
Hunter Lab55.645341.2324-62.2344
CIE-Lab62.477246.1986-55.7821

#b37cfb color RGB value is (179,124,251).

#b37cfb hex color red value is 179, green value is 124 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b37cfb hue: 0.74 , saturation: 0.94 and the lightness value of b37cfb is 0.74.

The process color (four color CMYK) of #b37cfb color hex is 0.29, 0.51, 0.00, 0.02. Web safe color of #b37cfb is #cc66ff. Color #b37cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111100 11111011
Octal 263 174 373
Decimal 179 124 251
Hex B3 7C FB

RGB Percentages of Color #b37cfb

%32.31
%22.38
%45.31

CMYK Percentages of Color #b37cfb

%29
%51
%0
%2

Triadic Colors of #b37cfb

#b37cfb #fbb37c #7cfbb3

Analogous Colors of #b37cfb

#b37cfb #f37cfb #7c85fb

Monochromatic Colors of #b37cfb

#b37cfb

Complementary Color

#b37cfb #c4fb7c

#b37cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37cfb Color CSS Codes

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

#b37cfb Text Font Color

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

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


#b37cfb Background Color

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

This div background color is #b37cfb


#b37cfb Border Color

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

This div border color is #b37cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37cfb


Comments

No comments written yet.

Please login to write comment.