Color Hex Logo

#b336ff Color Hex

#B336FF
(179,54,255)
0 Favorites   0 Comments

Color spaces of #b336ff

RGB 17954255
HSL0.771.000.61
HSV277°79°100°
CMYK 0.300.790.00   0.00
XYZ37.959619.442096.3597
Yxy19.44200.24690.1264
Hunter Lab44.093176.5072-98.7054
CIE-Lab51.200478.5551-76.1552

#b336ff color RGB value is (179,54,255).

#b336ff hex color red value is 179, green value is 54 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b336ff hue: 0.77 , saturation: 1.00 and the lightness value of b336ff is 0.61.

The process color (four color CMYK) of #b336ff color hex is 0.30, 0.79, 0.00, 0.00. Web safe color of #b336ff is #cc33ff. Color #b336ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110110 11111111
Octal 263 66 377
Decimal 179 54 255
Hex B3 36 FF

RGB Percentages of Color #b336ff

%36.68
%11.07
%52.25

CMYK Percentages of Color #b336ff

%30
%79
%0
%0

Triadic Colors of #b336ff

#b336ff #ffb336 #36ffb3

Analogous Colors of #b336ff

#b336ff #ff36e7 #4f36ff

Monochromatic Colors of #b336ff

#b336ff

Complementary Color

#b336ff #82ff36

#b336ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b336ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b336ff Color CSS Codes

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

#b336ff Text Font Color

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

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


#b336ff Background Color

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

This div background color is #b336ff


#b336ff Border Color

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

This div border color is #b336ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b336ff

Related Colors

#b336ff Color Palettes


Comments

No comments written yet.

Please login to write comment.