Color Hex Logo

#b55ffb Color Hex

#B55FFB
(181,95,251)
0 Favorites   0 Comments

Color spaces of #b55ffb

RGB 18195251
HSL0.760.950.68
HSV273°62°98°
CMYK 0.280.620.00   0.02
XYZ40.560924.973293.9493
Yxy24.97320.25430.1566
Hunter Lab49.973257.4270-76.4836
CIE-Lab57.049361.5700-64.4562

#b55ffb color RGB value is (181,95,251).

#b55ffb hex color red value is 181, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b55ffb hue: 0.76 , saturation: 0.95 and the lightness value of b55ffb is 0.68.

The process color (four color CMYK) of #b55ffb color hex is 0.28, 0.62, 0.00, 0.02. Web safe color of #b55ffb is #cc66ff. Color #b55ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011111 11111011
Octal 265 137 373
Decimal 181 95 251
Hex B5 5F FB

RGB Percentages of Color #b55ffb

%34.35
%18.03
%47.63

CMYK Percentages of Color #b55ffb

%28
%62
%0
%2

Triadic Colors of #b55ffb

#b55ffb #fbb55f #5ffbb5

Analogous Colors of #b55ffb

#b55ffb #fb5ff3 #675ffb

Monochromatic Colors of #b55ffb

#b55ffb

Complementary Color

#b55ffb #a5fb5f

#b55ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55ffb Color CSS Codes

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

#b55ffb Text Font Color

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

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


#b55ffb Background Color

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

This div background color is #b55ffb


#b55ffb Border Color

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

This div border color is #b55ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,95,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b55ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b55ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #b55ffb;
  box-shadow:         1px 1px 3px 2px #b55ffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,95,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55ffb


Comments

No comments written yet.

Please login to write comment.