Color Hex Logo

#b334fe Color Hex

#B334FE
(179,52,254)
0 Favorites   0 Comments

Color spaces of #b334fe

RGB 17952254
HSL0.770.990.60
HSV278°80°100°
CMYK 0.300.800.00   0.00
XYZ37.707819.195495.4836
Yxy19.19540.24740.1260
Hunter Lab43.812676.9562-98.5458
CIE-Lab50.915078.9690-76.0635

#b334fe color RGB value is (179,52,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110100 11111110
Octal 263 64 376
Decimal 179 52 254
Hex B3 34 FE

RGB Percentages of Color #b334fe

%36.91
%10.72
%52.37

CMYK Percentages of Color #b334fe

%30
%80
%0
%0

Triadic Colors of #b334fe

#b334fe #feb334 #34feb3

Analogous Colors of #b334fe

#b334fe #fe34e4 #4e34fe

Monochromatic Colors of #b334fe

#b334fe

Complementary Color

#b334fe #7ffe34

#b334fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b334fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b334fe Color CSS Codes

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

#b334fe Text Font Color

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

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


#b334fe Background Color

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

This div background color is #b334fe


#b334fe Border Color

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

This div border color is #b334fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b334fe

Related Colors


Comments

No comments written yet.

Please login to write comment.