Color Hex Logo

#b58ffb Color Hex

#B58FFB
(181,143,251)
0 Favorites   0 Comments

Color spaces of #b58ffb

RGB 181143251
HSL0.730.930.77
HSV261°43°98°
CMYK 0.280.430.00   0.02
XYZ46.291136.433795.8594
Yxy36.43370.25920.2040
Hunter Lab60.360331.2633-51.9073
CIE-Lab66.850036.2778-48.8402

#b58ffb color RGB value is (181,143,251).

#b58ffb hex color red value is 181, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b58ffb hue: 0.73 , saturation: 0.93 and the lightness value of b58ffb is 0.77.

The process color (four color CMYK) of #b58ffb color hex is 0.28, 0.43, 0.00, 0.02. Web safe color of #b58ffb is #cc99ff. Color #b58ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001111 11111011
Octal 265 217 373
Decimal 181 143 251
Hex B5 8F FB

RGB Percentages of Color #b58ffb

%31.48
%24.87
%43.65

CMYK Percentages of Color #b58ffb

%28
%43
%0
%2

Triadic Colors of #b58ffb

#b58ffb #fbb58f #8ffbb5

Analogous Colors of #b58ffb

#b58ffb #eb8ffb #8f9ffb

Monochromatic Colors of #b58ffb

#b58ffb

Complementary Color

#b58ffb #d5fb8f

#b58ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58ffb Color CSS Codes

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

#b58ffb Text Font Color

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

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


#b58ffb Background Color

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

This div background color is #b58ffb


#b58ffb Border Color

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

This div border color is #b58ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,143,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 #b58ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58ffb


Comments

No comments written yet.

Please login to write comment.