Color Hex Logo

#b058fb Color Hex

#B058FB
(176,88,251)
0 Favorites   0 Comments

Color spaces of #b058fb

RGB 17688251
HSL0.760.950.66
HSV272°65°98°
CMYK 0.300.650.00   0.02
XYZ38.806823.174693.6946
Yxy23.17460.24930.1489
Hunter Lab48.140059.6481-81.6978
CIE-Lab55.251763.8115-67.3833

#b058fb color RGB value is (176,88,251).

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

The process color (four color CMYK) of #b058fb color hex is 0.30, 0.65, 0.00, 0.02. Web safe color of #b058fb is #9966ff. Color #b058fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011000 11111011
Octal 260 130 373
Decimal 176 88 251
Hex B0 58 FB

RGB Percentages of Color #b058fb

%34.17
%17.09
%48.74

CMYK Percentages of Color #b058fb

%30
%65
%0
%2

Triadic Colors of #b058fb

#b058fb #fbb058 #58fbb0

Analogous Colors of #b058fb

#b058fb #fb58f5 #5f58fb

Monochromatic Colors of #b058fb

#b058fb

Complementary Color

#b058fb #a3fb58

#b058fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b058fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b058fb Color CSS Codes

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

#b058fb Text Font Color

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

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


#b058fb Background Color

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

This div background color is #b058fb


#b058fb Border Color

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

This div border color is #b058fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b058fb

Related Colors


Comments

No comments written yet.

Please login to write comment.