Color Hex Logo

#b159ed Color Hex

#B159ED
(177,89,237)
0 Favorites   0 Comments

Color spaces of #b159ed

RGB 17789237
HSL0.770.800.64
HSV276°62°93°
CMYK 0.250.620.00   0.07
XYZ36.989922.606382.5346
Yxy22.60630.26030.1591
Hunter Lab47.546155.6638-69.6384
CIE-Lab54.664560.4611-60.5215

#b159ed color RGB value is (177,89,237).

#b159ed hex color red value is 177, green value is 89 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b159ed hue: 0.77 , saturation: 0.80 and the lightness value of b159ed is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011001 11101101
Octal 261 131 355
Decimal 177 89 237
Hex B1 59 ED

RGB Percentages of Color #b159ed

%35.19
%17.69
%47.12

CMYK Percentages of Color #b159ed

%25
%62
%0
%7

Triadic Colors of #b159ed

#b159ed #edb159 #59edb1

Analogous Colors of #b159ed

#b159ed #ed59df #6759ed

Monochromatic Colors of #b159ed

#b159ed

Complementary Color

#b159ed #95ed59

#b159ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b159ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b159ed Color CSS Codes

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

#b159ed Text Font Color

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

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


#b159ed Background Color

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

This div background color is #b159ed


#b159ed Border Color

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

This div border color is #b159ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b159ed


Comments

No comments written yet.

Please login to write comment.