Color Hex Logo

#b353fe Color Hex

#B353FE
(179,83,254)
0 Favorites   0 Comments

Color spaces of #b353fe

RGB 17983254
HSL0.760.990.66
HSV274°67°100°
CMYK 0.300.670.00   0.00
XYZ39.573122.926096.1054
Yxy22.92600.24950.1445
Hunter Lab47.881163.7360-85.4882
CIE-Lab54.996067.3393-69.4419

#b353fe color RGB value is (179,83,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 11111110
Octal 263 123 376
Decimal 179 83 254
Hex B3 53 FE

RGB Percentages of Color #b353fe

%34.69
%16.09
%49.22

CMYK Percentages of Color #b353fe

%30
%67
%0
%0

Triadic Colors of #b353fe

#b353fe #feb353 #53feb3

Analogous Colors of #b353fe

#b353fe #fe53f4 #5d53fe

Monochromatic Colors of #b353fe

#b353fe

Complementary Color

#b353fe #9efe53

#b353fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b353fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b353fe Color CSS Codes

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

#b353fe Text Font Color

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

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


#b353fe Background Color

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

This div background color is #b353fe


#b353fe Border Color

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

This div border color is #b353fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b353fe

Related Colors


Comments

No comments written yet.

Please login to write comment.