Color Hex Logo

#b955bd Color Hex

#B955BD
(185,85,189)
0 Favorites   0 Comments

Color spaces of #b955bd

RGB 18585189
HSL0.830.440.54
HSV298°55°74°
CMYK 0.020.550.00   0.26
XYZ32.441420.485450.3883
Yxy20.48540.31400.1983
Hunter Lab45.260848.7363-34.3243
CIE-Lab52.381654.6791-36.7993

#b955bd color RGB value is (185,85,189).

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

The process color (four color CMYK) of #b955bd color hex is 0.02, 0.55, 0.00, 0.26. Web safe color of #b955bd is #cc66cc. Color #b955bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010101 10111101
Octal 271 125 275
Decimal 185 85 189
Hex B9 55 BD

RGB Percentages of Color #b955bd

%40.31
%18.52
%41.18

CMYK Percentages of Color #b955bd

%2
%55
%0
%26

Triadic Colors of #b955bd

#b955bd #bdb955 #55bdb9

Analogous Colors of #b955bd

#b955bd #bd558d #8555bd

Monochromatic Colors of #b955bd

#b955bd

Complementary Color

#b955bd #59bd55

#b955bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b955bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b955bd Color CSS Codes

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

#b955bd Text Font Color

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

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


#b955bd Background Color

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

This div background color is #b955bd


#b955bd Border Color

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

This div border color is #b955bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b955bd


Comments

No comments written yet.

Please login to write comment.