Color Hex Logo

#b058fa Color Hex

#B058FA
(176,88,250)
0 Favorites   0 Comments

Color spaces of #b058fa

RGB 17688250
HSL0.760.940.66
HSV273°65°98°
CMYK 0.300.650.00   0.02
XYZ38.649523.111792.8664
Yxy23.11170.25000.1495
Hunter Lab48.074659.3741-80.8790
CIE-Lab55.187263.5877-66.9324

#b058fa color RGB value is (176,88,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011000 11111010
Octal 260 130 372
Decimal 176 88 250
Hex B0 58 FA

RGB Percentages of Color #b058fa

%34.24
%17.12
%48.64

CMYK Percentages of Color #b058fa

%30
%65
%0
%2

Triadic Colors of #b058fa

#b058fa #fab058 #58fab0

Analogous Colors of #b058fa

#b058fa #fa58f3 #5f58fa

Monochromatic Colors of #b058fa

#b058fa

Complementary Color

#b058fa #a2fa58

#b058fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b058fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b058fa Color CSS Codes

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

#b058fa Text Font Color

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

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


#b058fa Background Color

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

This div background color is #b058fa


#b058fa Border Color

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

This div border color is #b058fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,88,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b058fa


Comments

No comments written yet.

Please login to write comment.