Color Hex Logo

#b16edd Color Hex

#B16EDD
(177,110,221)
0 Favorites   0 Comments

Color spaces of #b16edd

RGB 177110221
HSL0.770.620.65
HSV276°50°87°
CMYK 0.200.500.00   0.13
XYZ36.758525.719471.4336
Yxy25.71940.27450.1921
Hunter Lab50.714340.6295-48.0129
CIE-Lab57.769746.3135-46.5952

#b16edd color RGB value is (177,110,221).

#b16edd hex color red value is 177, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b16edd hue: 0.77 , saturation: 0.62 and the lightness value of b16edd is 0.65.

The process color (four color CMYK) of #b16edd color hex is 0.20, 0.50, 0.00, 0.13. Web safe color of #b16edd is #9966cc. Color #b16edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101110 11011101
Octal 261 156 335
Decimal 177 110 221
Hex B1 6E DD

RGB Percentages of Color #b16edd

%34.84
%21.65
%43.50

CMYK Percentages of Color #b16edd

%20
%50
%0
%13

Triadic Colors of #b16edd

#b16edd #ddb16e #6eddb1

Analogous Colors of #b16edd

#b16edd #dd6ed2 #7a6edd

Monochromatic Colors of #b16edd

#b16edd

Complementary Color

#b16edd #9add6e

#b16edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16edd Color CSS Codes

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

#b16edd Text Font Color

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

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


#b16edd Background Color

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

This div background color is #b16edd


#b16edd Border Color

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

This div border color is #b16edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16edd


Comments

No comments written yet.

Please login to write comment.