Color Hex Logo

#b347fb Color Hex

#B347FB
(179,71,251)
0 Favorites   0 Comments

Color spaces of #b347fb

RGB 17971251
HSL0.770.960.63
HSV276°72°98°
CMYK 0.290.720.00   0.02
XYZ38.256221.055293.3145
Yxy21.05520.25070.1380
Hunter Lab45.885968.5193-88.4531
CIE-Lab53.009971.7121-70.9910

#b347fb color RGB value is (179,71,251).

#b347fb hex color red value is 179, green value is 71 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b347fb hue: 0.77 , saturation: 0.96 and the lightness value of b347fb is 0.63.

The process color (four color CMYK) of #b347fb color hex is 0.29, 0.72, 0.00, 0.02. Web safe color of #b347fb is #cc33ff. Color #b347fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 11111011
Octal 263 107 373
Decimal 179 71 251
Hex B3 47 FB

RGB Percentages of Color #b347fb

%35.73
%14.17
%50.10

CMYK Percentages of Color #b347fb

%29
%72
%0
%2

Triadic Colors of #b347fb

#b347fb #fbb347 #47fbb3

Analogous Colors of #b347fb

#b347fb #fb47e9 #5947fb

Monochromatic Colors of #b347fb

#b347fb

Complementary Color

#b347fb #8ffb47

#b347fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b347fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b347fb Color CSS Codes

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

#b347fb Text Font Color

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

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


#b347fb Background Color

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

This div background color is #b347fb


#b347fb Border Color

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

This div border color is #b347fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b347fb


Comments

No comments written yet.

Please login to write comment.