Color Hex Logo

#b326ce Color Hex

#B326CE
(179,38,206)
0 Favorites   0 Comments

Color spaces of #b326ce

RGB 17938206
HSL0.810.690.48
HSV290°82°81°
CMYK 0.130.820.00   0.19
XYZ30.424115.426259.7665
Yxy15.42620.28810.1461
Hunter Lab39.276269.5362-62.7281
CIE-Lab46.212573.8718-56.4926

#b326ce color RGB value is (179,38,206).

#b326ce hex color red value is 179, green value is 38 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b326ce hue: 0.81 , saturation: 0.69 and the lightness value of b326ce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100110 11001110
Octal 263 46 316
Decimal 179 38 206
Hex B3 26 CE

RGB Percentages of Color #b326ce

%42.32
%8.98
%48.70

CMYK Percentages of Color #b326ce

%13
%82
%0
%19

Triadic Colors of #b326ce

#b326ce #ceb326 #26ceb3

Analogous Colors of #b326ce

#b326ce #ce2695 #5f26ce

Monochromatic Colors of #b326ce

#b326ce

Complementary Color

#b326ce #41ce26

#b326ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b326ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b326ce Color CSS Codes

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

#b326ce Text Font Color

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

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


#b326ce Background Color

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

This div background color is #b326ce


#b326ce Border Color

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

This div border color is #b326ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b326ce


Comments

No comments written yet.

Please login to write comment.