Color Hex Logo

#b160dc Color Hex

#B160DC
(177,96,220)
0 Favorites   0 Comments

Color spaces of #b160dc

RGB 17796220
HSL0.780.640.62
HSV279°56°86°
CMYK 0.200.560.00   0.14
XYZ35.232622.880270.2695
Yxy22.88020.27440.1782
Hunter Lab47.833347.7698-53.6168
CIE-Lab54.948753.3610-50.5098

#b160dc color RGB value is (177,96,220).

#b160dc hex color red value is 177, green value is 96 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b160dc hue: 0.78 , saturation: 0.64 and the lightness value of b160dc is 0.62.

The process color (four color CMYK) of #b160dc color hex is 0.20, 0.56, 0.00, 0.14. Web safe color of #b160dc is #9966cc. Color #b160dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100000 11011100
Octal 261 140 334
Decimal 177 96 220
Hex B1 60 DC

RGB Percentages of Color #b160dc

%35.90
%19.47
%44.62

CMYK Percentages of Color #b160dc

%20
%56
%0
%14

Triadic Colors of #b160dc

#b160dc #dcb160 #60dcb1

Analogous Colors of #b160dc

#b160dc #dc60c9 #7360dc

Monochromatic Colors of #b160dc

#b160dc

Complementary Color

#b160dc #8bdc60

#b160dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b160dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b160dc Color CSS Codes

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

#b160dc Text Font Color

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

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


#b160dc Background Color

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

This div background color is #b160dc


#b160dc Border Color

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

This div border color is #b160dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b160dc


Comments

No comments written yet.

Please login to write comment.