Color Hex Logo

#b657db Color Hex

#B657DB
(182,87,219)
0 Favorites   0 Comments

Color spaces of #b657db

RGB 18287219
HSL0.790.650.60
HSV283°60°86°
CMYK 0.170.600.00   0.14
XYZ35.485821.875969.3700
Yxy21.87590.28000.1726
Hunter Lab46.771753.5780-55.1965
CIE-Lab53.895158.7609-51.5858

#b657db color RGB value is (182,87,219).

#b657db hex color red value is 182, green value is 87 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b657db hue: 0.79 , saturation: 0.65 and the lightness value of b657db is 0.60.

The process color (four color CMYK) of #b657db color hex is 0.17, 0.60, 0.00, 0.14. Web safe color of #b657db is #cc66cc. Color #b657db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010111 11011011
Octal 266 127 333
Decimal 182 87 219
Hex B6 57 DB

RGB Percentages of Color #b657db

%37.30
%17.83
%44.88

CMYK Percentages of Color #b657db

%17
%60
%0
%14

Triadic Colors of #b657db

#b657db #dbb657 #57dbb6

Analogous Colors of #b657db

#b657db #db57be #7457db

Monochromatic Colors of #b657db

#b657db

Complementary Color

#b657db #7cdb57

#b657db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b657db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b657db Color CSS Codes

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

#b657db Text Font Color

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

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


#b657db Background Color

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

This div background color is #b657db


#b657db Border Color

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

This div border color is #b657db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b657db


Comments

No comments written yet.

Please login to write comment.