Color Hex Logo

#b355fe Color Hex

#B355FE
(179,85,254)
0 Favorites   0 Comments

Color spaces of #b355fe

RGB 17985254
HSL0.760.990.66
HSV273°67°100°
CMYK 0.300.670.00   0.00
XYZ39.728323.236596.1571
Yxy23.23650.24970.1460
Hunter Lab48.204362.7562-84.5278
CIE-Lab55.315166.4514-68.9262

#b355fe color RGB value is (179,85,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 11111110
Octal 263 125 376
Decimal 179 85 254
Hex B3 55 FE

RGB Percentages of Color #b355fe

%34.56
%16.41
%49.03

CMYK Percentages of Color #b355fe

%30
%67
%0
%0

Triadic Colors of #b355fe

#b355fe #feb355 #55feb3

Analogous Colors of #b355fe

#b355fe #fe55f5 #5e55fe

Monochromatic Colors of #b355fe

#b355fe

Complementary Color

#b355fe #a0fe55

#b355fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b355fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b355fe Color CSS Codes

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

#b355fe Text Font Color

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

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


#b355fe Background Color

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

This div background color is #b355fe


#b355fe Border Color

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

This div border color is #b355fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b355fe

Related Colors


Comments

No comments written yet.

Please login to write comment.