Color Hex Logo

#b357fe Color Hex

#B357FE
(179,87,254)
0 Favorites   0 Comments

Color spaces of #b357fe

RGB 17987254
HSL0.760.990.67
HSV273°66°100°
CMYK 0.300.660.00   0.00
XYZ39.888023.555996.2103
Yxy23.55590.24980.1475
Hunter Lab48.534461.7649-83.5571
CIE-Lab55.640465.5496-68.4007

#b357fe color RGB value is (179,87,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010111 11111110
Octal 263 127 376
Decimal 179 87 254
Hex B3 57 FE

RGB Percentages of Color #b357fe

%34.42
%16.73
%48.85

CMYK Percentages of Color #b357fe

%30
%66
%0
%0

Triadic Colors of #b357fe

#b357fe #feb357 #57feb3

Analogous Colors of #b357fe

#b357fe #fe57f6 #6057fe

Monochromatic Colors of #b357fe

#b357fe

Complementary Color

#b357fe #a2fe57

#b357fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b357fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b357fe Color CSS Codes

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

#b357fe Text Font Color

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

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


#b357fe Background Color

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

This div background color is #b357fe


#b357fe Border Color

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

This div border color is #b357fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b357fe


Comments

No comments written yet.

Please login to write comment.