Color Hex Logo

#b160ed Color Hex

#B160ED
(177,96,237)
0 Favorites   0 Comments

Color spaces of #b160ed

RGB 17796237
HSL0.760.800.65
HSV274°59°93°
CMYK 0.250.590.00   0.07
XYZ37.600423.827382.7381
Yxy23.82730.26080.1653
Hunter Lab48.813252.0739-66.3269
CIE-Lab55.914557.0706-58.5161

#b160ed color RGB value is (177,96,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100000 11101101
Octal 261 140 355
Decimal 177 96 237
Hex B1 60 ED

RGB Percentages of Color #b160ed

%34.71
%18.82
%46.47

CMYK Percentages of Color #b160ed

%25
%59
%0
%7

Triadic Colors of #b160ed

#b160ed #edb160 #60edb1

Analogous Colors of #b160ed

#b160ed #ed60e3 #6b60ed

Monochromatic Colors of #b160ed

#b160ed

Complementary Color

#b160ed #9ced60

#b160ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b160ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b160ed Color CSS Codes

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

#b160ed Text Font Color

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

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


#b160ed Background Color

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

This div background color is #b160ed


#b160ed Border Color

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

This div border color is #b160ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b160ed


Comments

No comments written yet.

Please login to write comment.