Color Hex Logo

#b34feb Color Hex

#B34FEB
(179,79,235)
0 Favorites   0 Comments

Color spaces of #b34feb

RGB 17979235
HSL0.770.800.62
HSV278°66°92°
CMYK 0.240.660.00   0.08
XYZ36.381821.173880.7667
Yxy21.17380.26300.1531
Hunter Lab46.015060.6049-71.8568
CIE-Lab53.139265.0241-61.8399

#b34feb color RGB value is (179,79,235).

#b34feb hex color red value is 179, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b34feb hue: 0.77 , saturation: 0.80 and the lightness value of b34feb is 0.62.

The process color (four color CMYK) of #b34feb color hex is 0.24, 0.66, 0.00, 0.08. Web safe color of #b34feb is #cc66ff. Color #b34feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001111 11101011
Octal 263 117 353
Decimal 179 79 235
Hex B3 4F EB

RGB Percentages of Color #b34feb

%36.31
%16.02
%47.67

CMYK Percentages of Color #b34feb

%24
%66
%0
%8

Triadic Colors of #b34feb

#b34feb #ebb34f #4febb3

Analogous Colors of #b34feb

#b34feb #eb4fd5 #654feb

Monochromatic Colors of #b34feb

#b34feb

Complementary Color

#b34feb #87eb4f

#b34feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34feb Color CSS Codes

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

#b34feb Text Font Color

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

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


#b34feb Background Color

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

This div background color is #b34feb


#b34feb Border Color

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

This div border color is #b34feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34feb


Comments

No comments written yet.

Please login to write comment.