Color Hex Logo

#b162db Color Hex

#B162DB
(177,98,219)
0 Favorites   0 Comments

Color spaces of #b162db

RGB 17798219
HSL0.780.630.62
HSV279°55°86°
CMYK 0.190.550.00   0.14
XYZ35.285323.196969.6356
Yxy23.19690.27540.1811
Hunter Lab48.163246.4872-52.0089
CIE-Lab55.274652.1354-49.4267

#b162db color RGB value is (177,98,219).

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

The process color (four color CMYK) of #b162db color hex is 0.19, 0.55, 0.00, 0.14. Web safe color of #b162db is #9966cc. Color #b162db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100010 11011011
Octal 261 142 333
Decimal 177 98 219
Hex B1 62 DB

RGB Percentages of Color #b162db

%35.83
%19.84
%44.33

CMYK Percentages of Color #b162db

%19
%55
%0
%14

Triadic Colors of #b162db

#b162db #dbb162 #62dbb1

Analogous Colors of #b162db

#b162db #db62c9 #7562db

Monochromatic Colors of #b162db

#b162db

Complementary Color

#b162db #8cdb62

#b162db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b162db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b162db Color CSS Codes

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

#b162db Text Font Color

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

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


#b162db Background Color

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

This div background color is #b162db


#b162db Border Color

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

This div border color is #b162db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b162db


Comments

No comments written yet.

Please login to write comment.