Color Hex Logo

#b109ed Color Hex

#B109ED
(177,9,237)
0 Favorites   0 Comments

Color spaces of #b109ed

RGB 1779237
HSL0.790.930.48
HSV284°96°93°
CMYK 0.250.960.00   0.07
XYZ33.515215.656981.3764
Yxy15.65690.25670.1199
Hunter Lab39.568881.9460-94.2365
CIE-Lab46.521183.7535-73.7048

#b109ed color RGB value is (177,9,237).

#b109ed hex color red value is 177, green value is 9 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b109ed hue: 0.79 , saturation: 0.93 and the lightness value of b109ed is 0.48.

The process color (four color CMYK) of #b109ed color hex is 0.25, 0.96, 0.00, 0.07. Web safe color of #b109ed is #9900ff. Color #b109ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001001 11101101
Octal 261 11 355
Decimal 177 9 237
Hex B1 9 ED

RGB Percentages of Color #b109ed

%41.84
%2.13
%56.03

CMYK Percentages of Color #b109ed

%25
%96
%0
%7

Triadic Colors of #b109ed

#b109ed #edb109 #09edb1

Analogous Colors of #b109ed

#b109ed #ed09b7 #3f09ed

Monochromatic Colors of #b109ed

#b109ed

Complementary Color

#b109ed #45ed09

#b109ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b109ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b109ed Color CSS Codes

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

#b109ed Text Font Color

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

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


#b109ed Background Color

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

This div background color is #b109ed


#b109ed Border Color

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

This div border color is #b109ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,9,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 #b109ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b109ed


Comments

No comments written yet.

Please login to write comment.