Color Hex Logo

#b358fa Color Hex

#B358FA
(179,88,250)
0 Favorites   0 Comments

Color spaces of #b358fa

RGB 17988250
HSL0.760.940.66
HSV274°65°98°
CMYK 0.280.650.00   0.02
XYZ39.335423.465392.8985
Yxy23.46530.25260.1507
Hunter Lab48.441060.1751-79.7957
CIE-Lab55.548464.2093-66.3314

#b358fa color RGB value is (179,88,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011000 11111010
Octal 263 130 372
Decimal 179 88 250
Hex B3 58 FA

RGB Percentages of Color #b358fa

%34.62
%17.02
%48.36

CMYK Percentages of Color #b358fa

%28
%65
%0
%2

Triadic Colors of #b358fa

#b358fa #fab358 #58fab3

Analogous Colors of #b358fa

#b358fa #fa58f0 #6258fa

Monochromatic Colors of #b358fa

#b358fa

Complementary Color

#b358fa #9ffa58

#b358fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b358fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b358fa Color CSS Codes

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

#b358fa Text Font Color

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

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


#b358fa Background Color

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

This div background color is #b358fa


#b358fa Border Color

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

This div border color is #b358fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b358fa


Comments

No comments written yet.

Please login to write comment.