Color Hex Logo

#b37fdf Color Hex

#B37FDF
(179,127,223)
0 Favorites   0 Comments

Color spaces of #b37fdf

RGB 179127223
HSL0.760.600.69
HSV273°43°87°
CMYK 0.200.430.00   0.13
XYZ39.499130.090273.5382
Yxy30.09020.27600.2102
Hunter Lab54.854532.5370-41.0862
CIE-Lab61.732038.0722-41.4540

#b37fdf color RGB value is (179,127,223).

#b37fdf hex color red value is 179, green value is 127 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b37fdf hue: 0.76 , saturation: 0.60 and the lightness value of b37fdf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111111 11011111
Octal 263 177 337
Decimal 179 127 223
Hex B3 7F DF

RGB Percentages of Color #b37fdf

%33.84
%24.01
%42.16

CMYK Percentages of Color #b37fdf

%20
%43
%0
%13

Triadic Colors of #b37fdf

#b37fdf #dfb37f #7fdfb3

Analogous Colors of #b37fdf

#b37fdf #df7fdb #837fdf

Monochromatic Colors of #b37fdf

#b37fdf

Complementary Color

#b37fdf #abdf7f

#b37fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37fdf Color CSS Codes

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

#b37fdf Text Font Color

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

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


#b37fdf Background Color

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

This div background color is #b37fdf


#b37fdf Border Color

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

This div border color is #b37fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37fdf


Comments

No comments written yet.

Please login to write comment.