Color Hex Logo

#b16ded Color Hex

#B16DED
(177,109,237)
0 Favorites   0 Comments

Color spaces of #b16ded

RGB 177109237
HSL0.760.780.68
HSV272°54°93°
CMYK 0.250.540.00   0.07
XYZ38.886226.398883.1667
Yxy26.39880.26190.1778
Hunter Lab51.379845.1811-60.0049
CIE-Lab58.413750.4352-54.5217

#b16ded color RGB value is (177,109,237).

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

The process color (four color CMYK) of #b16ded color hex is 0.25, 0.54, 0.00, 0.07. Web safe color of #b16ded is #9966ff. Color #b16ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101101 11101101
Octal 261 155 355
Decimal 177 109 237
Hex B1 6D ED

RGB Percentages of Color #b16ded

%33.84
%20.84
%45.32

CMYK Percentages of Color #b16ded

%25
%54
%0
%7

Triadic Colors of #b16ded

#b16ded #edb16d #6dedb1

Analogous Colors of #b16ded

#b16ded #ed6de9 #716ded

Monochromatic Colors of #b16ded

#b16ded

Complementary Color

#b16ded #a9ed6d

#b16ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16ded Color CSS Codes

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

#b16ded Text Font Color

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

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


#b16ded Background Color

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

This div background color is #b16ded


#b16ded Border Color

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

This div border color is #b16ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16ded


Comments

No comments written yet.

Please login to write comment.