Color Hex Logo

#b959cd Color Hex

#B959CD
(185,89,205)
0 Favorites   0 Comments

Color spaces of #b959cd

RGB 18589205
HSL0.800.540.58
HSV290°57°80°
CMYK 0.100.570.00   0.20
XYZ34.599421.866860.1547
Yxy21.86680.29670.1875
Hunter Lab46.762050.2396-43.5375
CIE-Lab53.885455.7796-43.6172

#b959cd color RGB value is (185,89,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011001 11001101
Octal 271 131 315
Decimal 185 89 205
Hex B9 59 CD

RGB Percentages of Color #b959cd

%38.62
%18.58
%42.80

CMYK Percentages of Color #b959cd

%10
%57
%0
%20

Triadic Colors of #b959cd

#b959cd #cdb959 #59cdb9

Analogous Colors of #b959cd

#b959cd #cd59a7 #7f59cd

Monochromatic Colors of #b959cd

#b959cd

Complementary Color

#b959cd #6dcd59

#b959cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b959cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b959cd Color CSS Codes

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

#b959cd Text Font Color

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

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


#b959cd Background Color

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

This div background color is #b959cd


#b959cd Border Color

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

This div border color is #b959cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b959cd


Comments

No comments written yet.

Please login to write comment.