Color Hex Logo

#b955bc Color Hex

#B955BC
(185,85,188)
0 Favorites   0 Comments

Color spaces of #b955bc

RGB 18585188
HSL0.830.430.54
HSV298°55°74°
CMYK 0.020.550.00   0.26
XYZ32.333220.442149.8185
Yxy20.44210.31520.1993
Hunter Lab45.212948.5283-33.6804
CIE-Lab52.333454.4980-36.2971

#b955bc color RGB value is (185,85,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010101 10111100
Octal 271 125 274
Decimal 185 85 188
Hex B9 55 BC

RGB Percentages of Color #b955bc

%40.39
%18.56
%41.05

CMYK Percentages of Color #b955bc

%2
%55
%0
%26

Triadic Colors of #b955bc

#b955bc #bcb955 #55bcb9

Analogous Colors of #b955bc

#b955bc #bc558c #8655bc

Monochromatic Colors of #b955bc

#b955bc

Complementary Color

#b955bc #58bc55

#b955bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b955bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b955bc Color CSS Codes

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

#b955bc Text Font Color

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

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


#b955bc Background Color

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

This div background color is #b955bc


#b955bc Border Color

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

This div border color is #b955bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b955bc


Comments

No comments written yet.

Please login to write comment.