Color Hex Logo

#b957db Color Hex

#B957DB
(185,87,219)
0 Favorites   0 Comments

Color spaces of #b957db

RGB 18587219
HSL0.790.650.60
HSV285°60°86°
CMYK 0.160.600.00   0.14
XYZ36.202022.245269.4035
Yxy22.24520.28320.1740
Hunter Lab47.164854.4717-54.2305
CIE-Lab54.286259.4811-50.9392

#b957db color RGB value is (185,87,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 11011011
Octal 271 127 333
Decimal 185 87 219
Hex B9 57 DB

RGB Percentages of Color #b957db

%37.68
%17.72
%44.60

CMYK Percentages of Color #b957db

%16
%60
%0
%14

Triadic Colors of #b957db

#b957db #dbb957 #57dbb9

Analogous Colors of #b957db

#b957db #db57bb #7757db

Monochromatic Colors of #b957db

#b957db

Complementary Color

#b957db #79db57

#b957db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b957db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b957db Color CSS Codes

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

#b957db Text Font Color

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

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


#b957db Background Color

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

This div background color is #b957db


#b957db Border Color

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

This div border color is #b957db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b957db


Comments

No comments written yet.

Please login to write comment.