Color Hex Logo

#b17eda Color Hex

#B17EDA
(177,126,218)
0 Favorites   0 Comments

Color spaces of #b17eda

RGB 177126218
HSL0.760.550.67
HSV273°42°85°
CMYK 0.190.420.00   0.15
XYZ38.247229.330869.9752
Yxy29.33080.27810.2132
Hunter Lab54.157931.2832-38.6956
CIE-Lab61.072536.9305-39.7100

#b17eda color RGB value is (177,126,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111110 11011010
Octal 261 176 332
Decimal 177 126 218
Hex B1 7E DA

RGB Percentages of Color #b17eda

%33.97
%24.18
%41.84

CMYK Percentages of Color #b17eda

%19
%42
%0
%15

Triadic Colors of #b17eda

#b17eda #dab17e #7edab1

Analogous Colors of #b17eda

#b17eda #da7ed5 #837eda

Monochromatic Colors of #b17eda

#b17eda

Complementary Color

#b17eda #a7da7e

#b17eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17eda Color CSS Codes

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

#b17eda Text Font Color

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

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


#b17eda Background Color

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

This div background color is #b17eda


#b17eda Border Color

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

This div border color is #b17eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17eda


Comments

No comments written yet.

Please login to write comment.