Color Hex Logo

#b959ce Color Hex

#B959CE
(185,89,206)
0 Favorites   0 Comments

Color spaces of #b959ce

RGB 18589206
HSL0.800.540.58
HSV289°57°81°
CMYK 0.100.570.00   0.19
XYZ34.720521.915360.7926
Yxy21.91530.29570.1866
Hunter Lab46.813850.4645-44.2246
CIE-Lab53.937055.9731-44.1063

#b959ce color RGB value is (185,89,206).

#b959ce hex color red value is 185, green value is 89 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b959ce hue: 0.80 , saturation: 0.54 and the lightness value of b959ce is 0.58.

The process color (four color CMYK) of #b959ce color hex is 0.10, 0.57, 0.00, 0.19. Web safe color of #b959ce is #cc66cc. Color #b959ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011001 11001110
Octal 271 131 316
Decimal 185 89 206
Hex B9 59 CE

RGB Percentages of Color #b959ce

%38.54
%18.54
%42.92

CMYK Percentages of Color #b959ce

%10
%57
%0
%19

Triadic Colors of #b959ce

#b959ce #ceb959 #59ceb9

Analogous Colors of #b959ce

#b959ce #ce59a9 #7f59ce

Monochromatic Colors of #b959ce

#b959ce

Complementary Color

#b959ce #6ece59

#b959ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b959ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b959ce Color CSS Codes

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

#b959ce Text Font Color

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

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


#b959ce Background Color

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

This div background color is #b959ce


#b959ce Border Color

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

This div border color is #b959ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b959ce


Comments

No comments written yet.

Please login to write comment.