Color Hex Logo

#b959be Color Hex

#B959BE
(185,89,190)
0 Favorites   0 Comments

Color spaces of #b959be

RGB 18589190
HSL0.830.440.55
HSV297°53°75°
CMYK 0.030.530.00   0.25
XYZ32.874221.176851.0701
Yxy21.17680.31270.2015
Hunter Lab46.018346.9836-33.5860
CIE-Lab53.142552.9467-36.1821

#b959be color RGB value is (185,89,190).

#b959be hex color red value is 185, green value is 89 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b959be hue: 0.83 , saturation: 0.44 and the lightness value of b959be is 0.55.

The process color (four color CMYK) of #b959be color hex is 0.03, 0.53, 0.00, 0.25. Web safe color of #b959be is #cc66cc. Color #b959be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011001 10111110
Octal 271 131 276
Decimal 185 89 190
Hex B9 59 BE

RGB Percentages of Color #b959be

%39.87
%19.18
%40.95

CMYK Percentages of Color #b959be

%3
%53
%0
%25

Triadic Colors of #b959be

#b959be #beb959 #59beb9

Analogous Colors of #b959be

#b959be #be5991 #8759be

Monochromatic Colors of #b959be

#b959be

Complementary Color

#b959be #5ebe59

#b959be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b959be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b959be Color CSS Codes

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

#b959be Text Font Color

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

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


#b959be Background Color

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

This div background color is #b959be


#b959be Border Color

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

This div border color is #b959be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,89,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b959be


Comments

No comments written yet.

Please login to write comment.