Color Hex Logo

#b34bfe Color Hex

#B34BFE
(179,75,254)
0 Favorites   0 Comments

Color spaces of #b34bfe

RGB 17975254
HSL0.760.990.65
HSV275°70°100°
CMYK 0.300.700.00   0.00
XYZ38.995921.771695.9130
Yxy21.77160.24890.1390
Hunter Lab46.660067.5254-89.2127
CIE-Lab53.783870.7402-71.4038

#b34bfe color RGB value is (179,75,254).

#b34bfe hex color red value is 179, green value is 75 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b34bfe hue: 0.76 , saturation: 0.99 and the lightness value of b34bfe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001011 11111110
Octal 263 113 376
Decimal 179 75 254
Hex B3 4B FE

RGB Percentages of Color #b34bfe

%35.24
%14.76
%50.00

CMYK Percentages of Color #b34bfe

%30
%70
%0
%0

Triadic Colors of #b34bfe

#b34bfe #feb34b #4bfeb3

Analogous Colors of #b34bfe

#b34bfe #fe4bf0 #5a4bfe

Monochromatic Colors of #b34bfe

#b34bfe

Complementary Color

#b34bfe #96fe4b

#b34bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34bfe Color CSS Codes

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

#b34bfe Text Font Color

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

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


#b34bfe Background Color

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

This div background color is #b34bfe


#b34bfe Border Color

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

This div border color is #b34bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.