Color Hex Logo

#b17fdf Color Hex

#B17FDF
(177,127,223)
0 Favorites   0 Comments

Color spaces of #b17fdf

RGB 177127223
HSL0.750.600.69
HSV271°43°87°
CMYK 0.210.430.00   0.13
XYZ39.040129.853673.5167
Yxy29.85360.27410.2096
Hunter Lab54.638431.9240-41.5285
CIE-Lab61.527737.5017-41.7891

#b17fdf color RGB value is (177,127,223).

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

The process color (four color CMYK) of #b17fdf color hex is 0.21, 0.43, 0.00, 0.13. Web safe color of #b17fdf is #9966cc. Color #b17fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111111 11011111
Octal 261 177 337
Decimal 177 127 223
Hex B1 7F DF

RGB Percentages of Color #b17fdf

%33.59
%24.10
%42.31

CMYK Percentages of Color #b17fdf

%21
%43
%0
%13

Triadic Colors of #b17fdf

#b17fdf #dfb17f #7fdfb1

Analogous Colors of #b17fdf

#b17fdf #df7fdd #817fdf

Monochromatic Colors of #b17fdf

#b17fdf

Complementary Color

#b17fdf #addf7f

#b17fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17fdf Color CSS Codes

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

#b17fdf Text Font Color

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

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


#b17fdf Background Color

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

This div background color is #b17fdf


#b17fdf Border Color

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

This div border color is #b17fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17fdf


Comments

No comments written yet.

Please login to write comment.