Color Hex Logo

#b134fe Color Hex

#B134FE
(177,52,254)
0 Favorites   0 Comments

Color spaces of #b134fe

RGB 17752254
HSL0.770.990.60
HSV277°80°100°
CMYK 0.300.800.00   0.00
XYZ37.248818.958995.4621
Yxy18.95890.24560.1250
Hunter Lab43.541876.5035-99.5095
CIE-Lab50.639178.6616-76.5249

#b134fe color RGB value is (177,52,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110100 11111110
Octal 261 64 376
Decimal 177 52 254
Hex B1 34 FE

RGB Percentages of Color #b134fe

%36.65
%10.77
%52.59

CMYK Percentages of Color #b134fe

%30
%80
%0
%0

Triadic Colors of #b134fe

#b134fe #feb134 #34feb1

Analogous Colors of #b134fe

#b134fe #fe34e6 #4c34fe

Monochromatic Colors of #b134fe

#b134fe

Complementary Color

#b134fe #81fe34

#b134fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b134fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b134fe Color CSS Codes

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

#b134fe Text Font Color

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

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


#b134fe Background Color

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

This div background color is #b134fe


#b134fe Border Color

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

This div border color is #b134fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b134fe


Comments

No comments written yet.

Please login to write comment.