Color Hex Logo

#b165db Color Hex

#B165DB
(177,101,219)
0 Favorites   0 Comments

Color spaces of #b165db

RGB 177101219
HSL0.770.620.63
HSV279°54°86°
CMYK 0.190.540.00   0.14
XYZ35.571323.768969.7309
Yxy23.76890.27560.1842
Hunter Lab48.753444.9183-50.6739
CIE-Lab55.855750.5990-48.5034

#b165db color RGB value is (177,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100101 11011011
Octal 261 145 333
Decimal 177 101 219
Hex B1 65 DB

RGB Percentages of Color #b165db

%35.61
%20.32
%44.06

CMYK Percentages of Color #b165db

%19
%54
%0
%14

Triadic Colors of #b165db

#b165db #dbb165 #65dbb1

Analogous Colors of #b165db

#b165db #db65ca #7665db

Monochromatic Colors of #b165db

#b165db

Complementary Color

#b165db #8fdb65

#b165db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b165db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b165db Color CSS Codes

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

#b165db Text Font Color

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

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


#b165db Background Color

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

This div background color is #b165db


#b165db Border Color

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

This div border color is #b165db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b165db


Comments

No comments written yet.

Please login to write comment.