Color Hex Logo

#b160ea Color Hex

#B160EA
(177,96,234)
0 Favorites   0 Comments

Color spaces of #b160ea

RGB 17796234
HSL0.760.770.65
HSV275°59°92°
CMYK 0.240.590.00   0.08
XYZ37.165623.653480.4486
Yxy23.65340.26310.1674
Hunter Lab48.634851.2949-64.0295
CIE-Lab55.739156.4062-57.1193

#b160ea color RGB value is (177,96,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100000 11101010
Octal 261 140 352
Decimal 177 96 234
Hex B1 60 EA

RGB Percentages of Color #b160ea

%34.91
%18.93
%46.15

CMYK Percentages of Color #b160ea

%24
%59
%0
%8

Triadic Colors of #b160ea

#b160ea #eab160 #60eab1

Analogous Colors of #b160ea

#b160ea #ea60de #6c60ea

Monochromatic Colors of #b160ea

#b160ea

Complementary Color

#b160ea #99ea60

#b160ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b160ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b160ea Color CSS Codes

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

#b160ea Text Font Color

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

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


#b160ea Background Color

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

This div background color is #b160ea


#b160ea Border Color

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

This div border color is #b160ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b160ea


Comments

No comments written yet.

Please login to write comment.