Color Hex Logo

#b17edb Color Hex

#B17EDB
(177,126,219)
0 Favorites   0 Comments

Color spaces of #b17edb

RGB 177126219
HSL0.760.560.68
HSV273°42°86°
CMYK 0.190.420.00   0.14
XYZ38.378529.383370.6666
Yxy29.38330.27720.2123
Hunter Lab54.206431.5182-39.3495
CIE-Lab61.118437.1543-40.1974

#b17edb color RGB value is (177,126,219).

#b17edb hex color red value is 177, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b17edb hue: 0.76 , saturation: 0.56 and the lightness value of b17edb is 0.68.

The process color (four color CMYK) of #b17edb color hex is 0.19, 0.42, 0.00, 0.14. Web safe color of #b17edb is #9966cc. Color #b17edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111110 11011011
Octal 261 176 333
Decimal 177 126 219
Hex B1 7E DB

RGB Percentages of Color #b17edb

%33.91
%24.14
%41.95

CMYK Percentages of Color #b17edb

%19
%42
%0
%14

Triadic Colors of #b17edb

#b17edb #dbb17e #7edbb1

Analogous Colors of #b17edb

#b17edb #db7ed7 #837edb

Monochromatic Colors of #b17edb

#b17edb

Complementary Color

#b17edb #a8db7e

#b17edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17edb Color CSS Codes

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

#b17edb Text Font Color

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

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


#b17edb Background Color

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

This div background color is #b17edb


#b17edb Border Color

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

This div border color is #b17edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,126,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17edb


Comments

No comments written yet.

Please login to write comment.