Color Hex Logo

#b855bb Color Hex

#B855BB
(184,85,187)
0 Favorites   0 Comments

Color spaces of #b855bb

RGB 18485187
HSL0.830.430.53
HSV298°55°73°
CMYK 0.020.550.00   0.27
XYZ31.985320.275249.2414
Yxy20.27520.31510.1998
Hunter Lab45.028047.9972-33.3184
CIE-Lab52.146954.0454-36.0212

#b855bb color RGB value is (184,85,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010101 10111011
Octal 270 125 273
Decimal 184 85 187
Hex B8 55 BB

RGB Percentages of Color #b855bb

%40.35
%18.64
%41.01

CMYK Percentages of Color #b855bb

%2
%55
%0
%27

Triadic Colors of #b855bb

#b855bb #bbb855 #55bbb8

Analogous Colors of #b855bb

#b855bb #bb558b #8555bb

Monochromatic Colors of #b855bb

#b855bb

Complementary Color

#b855bb #58bb55

#b855bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b855bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b855bb Color CSS Codes

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

#b855bb Text Font Color

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

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


#b855bb Background Color

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

This div background color is #b855bb


#b855bb Border Color

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

This div border color is #b855bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b855bb


Comments

No comments written yet.

Please login to write comment.