Color Hex Logo

#b16dea Color Hex

#B16DEA
(177,109,234)
0 Favorites   0 Comments

Color spaces of #b16dea

RGB 177109234
HSL0.760.750.67
HSV273°53°92°
CMYK 0.240.530.00   0.08
XYZ38.451426.224980.8772
Yxy26.22490.26420.1802
Hunter Lab51.210344.4094-57.7905
CIE-Lab58.249949.7525-53.1108

#b16dea color RGB value is (177,109,234).

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

The process color (four color CMYK) of #b16dea color hex is 0.24, 0.53, 0.00, 0.08. Web safe color of #b16dea is #9966ff. Color #b16dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101101 11101010
Octal 261 155 352
Decimal 177 109 234
Hex B1 6D EA

RGB Percentages of Color #b16dea

%34.04
%20.96
%45.00

CMYK Percentages of Color #b16dea

%24
%53
%0
%8

Triadic Colors of #b16dea

#b16dea #eab16d #6deab1

Analogous Colors of #b16dea

#b16dea #ea6de5 #736dea

Monochromatic Colors of #b16dea

#b16dea

Complementary Color

#b16dea #a6ea6d

#b16dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16dea Color CSS Codes

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

#b16dea Text Font Color

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

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


#b16dea Background Color

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

This div background color is #b16dea


#b16dea Border Color

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

This div border color is #b16dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16dea


Comments

No comments written yet.

Please login to write comment.