Color Hex Logo

#b346cb Color Hex

#B346CB
(179,70,203)
0 Favorites   0 Comments

Color spaces of #b346cb

RGB 17970203
HSL0.800.560.54
HSV289°66°80°
CMYK 0.120.660.00   0.20
XYZ31.560118.275858.3641
Yxy18.27580.29170.1689
Hunter Lab42.750256.9638-51.0197
CIE-Lab49.828962.4888-48.9664

#b346cb color RGB value is (179,70,203).

#b346cb hex color red value is 179, green value is 70 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b346cb hue: 0.80 , saturation: 0.56 and the lightness value of b346cb is 0.54.

The process color (four color CMYK) of #b346cb color hex is 0.12, 0.66, 0.00, 0.20. Web safe color of #b346cb is #cc33cc. Color #b346cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000110 11001011
Octal 263 106 313
Decimal 179 70 203
Hex B3 46 CB

RGB Percentages of Color #b346cb

%39.60
%15.49
%44.91

CMYK Percentages of Color #b346cb

%12
%66
%0
%20

Triadic Colors of #b346cb

#b346cb #cbb346 #46cbb3

Analogous Colors of #b346cb

#b346cb #cb46a1 #7146cb

Monochromatic Colors of #b346cb

#b346cb

Complementary Color

#b346cb #5ecb46

#b346cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b346cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b346cb Color CSS Codes

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

#b346cb Text Font Color

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

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


#b346cb Background Color

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

This div background color is #b346cb


#b346cb Border Color

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

This div border color is #b346cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b346cb


Comments

No comments written yet.

Please login to write comment.