Color Hex Logo

#b346ce Color Hex

#B346CE
(179,70,206)
0 Favorites   0 Comments

Color spaces of #b346ce

RGB 17970206
HSL0.800.580.54
HSV288°66°81°
CMYK 0.130.660.00   0.19
XYZ31.921118.420360.2656
Yxy18.42030.28860.1665
Hunter Lab42.918957.6521-53.2103
CIE-Lab50.002063.0581-50.4136

#b346ce color RGB value is (179,70,206).

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

The process color (four color CMYK) of #b346ce color hex is 0.13, 0.66, 0.00, 0.19. Web safe color of #b346ce is #cc33cc. Color #b346ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000110 11001110
Octal 263 106 316
Decimal 179 70 206
Hex B3 46 CE

RGB Percentages of Color #b346ce

%39.34
%15.38
%45.27

CMYK Percentages of Color #b346ce

%13
%66
%0
%19

Triadic Colors of #b346ce

#b346ce #ceb346 #46ceb3

Analogous Colors of #b346ce

#b346ce #ce46a5 #6f46ce

Monochromatic Colors of #b346ce

#b346ce

Complementary Color

#b346ce #61ce46

#b346ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b346ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b346ce Color CSS Codes

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

#b346ce Text Font Color

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

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


#b346ce Background Color

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

This div background color is #b346ce


#b346ce Border Color

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

This div border color is #b346ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b346ce


Comments

No comments written yet.

Please login to write comment.