Color Hex Logo

#b347be Color Hex

#B347BE
(179,71,190)
0 Favorites   0 Comments

Color spaces of #b347be

RGB 17971190
HSL0.820.480.51
HSV294°63°75°
CMYK 0.060.630.00   0.25
XYZ30.137917.807950.5640
Yxy17.80790.30590.1808
Hunter Lab42.199453.6319-41.5026
CIE-Lab49.262359.6504-42.3571

#b347be color RGB value is (179,71,190).

#b347be hex color red value is 179, green value is 71 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b347be hue: 0.82 , saturation: 0.48 and the lightness value of b347be is 0.51.

The process color (four color CMYK) of #b347be color hex is 0.06, 0.63, 0.00, 0.25. Web safe color of #b347be is #cc33cc. Color #b347be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 10111110
Octal 263 107 276
Decimal 179 71 190
Hex B3 47 BE

RGB Percentages of Color #b347be

%40.68
%16.14
%43.18

CMYK Percentages of Color #b347be

%6
%63
%0
%25

Triadic Colors of #b347be

#b347be #beb347 #47beb3

Analogous Colors of #b347be

#b347be #be478e #7847be

Monochromatic Colors of #b347be

#b347be

Complementary Color

#b347be #52be47

#b347be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b347be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b347be Color CSS Codes

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

#b347be Text Font Color

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

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


#b347be Background Color

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

This div background color is #b347be


#b347be Border Color

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

This div border color is #b347be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,71,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b347be


Comments

No comments written yet.

Please login to write comment.