Color Hex Logo

#b332ce Color Hex

#B332CE
(179,50,206)
0 Favorites   0 Comments

Color spaces of #b332ce

RGB 17950206
HSL0.800.610.50
HSV290°76°81°
CMYK 0.130.760.00   0.19
XYZ30.871616.321159.9157
Yxy16.32110.28820.1524
Hunter Lab40.399465.7037-59.6525
CIE-Lab47.393070.4523-54.5934

#b332ce color RGB value is (179,50,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110010 11001110
Octal 263 62 316
Decimal 179 50 206
Hex B3 32 CE

RGB Percentages of Color #b332ce

%41.15
%11.49
%47.36

CMYK Percentages of Color #b332ce

%13
%76
%0
%19

Triadic Colors of #b332ce

#b332ce #ceb332 #32ceb3

Analogous Colors of #b332ce

#b332ce #ce329b #6532ce

Monochromatic Colors of #b332ce

#b332ce

Complementary Color

#b332ce #4dce32

#b332ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b332ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b332ce Color CSS Codes

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

#b332ce Text Font Color

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

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


#b332ce Background Color

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

This div background color is #b332ce


#b332ce Border Color

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

This div border color is #b332ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b332ce


Comments

No comments written yet.

Please login to write comment.