Color Hex Logo

#b337fe Color Hex

#B337FE
(179,55,254)
0 Favorites   0 Comments

Color spaces of #b337fe

RGB 17955254
HSL0.770.990.61
HSV277°78°100°
CMYK 0.300.780.00   0.00
XYZ37.846019.471895.5297
Yxy19.47180.24760.1274
Hunter Lab44.126975.8709-97.4674
CIE-Lab51.234778.0395-75.5432

#b337fe color RGB value is (179,55,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110111 11111110
Octal 263 67 376
Decimal 179 55 254
Hex B3 37 FE

RGB Percentages of Color #b337fe

%36.68
%11.27
%52.05

CMYK Percentages of Color #b337fe

%30
%78
%0
%0

Triadic Colors of #b337fe

#b337fe #feb337 #37feb3

Analogous Colors of #b337fe

#b337fe #fe37e6 #5037fe

Monochromatic Colors of #b337fe

#b337fe

Complementary Color

#b337fe #82fe37

#b337fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b337fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b337fe Color CSS Codes

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

#b337fe Text Font Color

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

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


#b337fe Background Color

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

This div background color is #b337fe


#b337fe Border Color

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

This div border color is #b337fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b337fe


Comments

No comments written yet.

Please login to write comment.