Color Hex Logo

#b353ff Color Hex

#B353FF
(179,83,255)
0 Favorites   0 Comments

Color spaces of #b353ff

RGB 17983255
HSL0.761.000.66
HSV273°67°100°
CMYK 0.300.670.00   0.00
XYZ39.733722.990296.9511
Yxy22.99020.24880.1440
Hunter Lab47.948164.0105-86.3208
CIE-Lab55.062267.5583-69.8889

#b353ff color RGB value is (179,83,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 11111111
Octal 263 123 377
Decimal 179 83 255
Hex B3 53 FF

RGB Percentages of Color #b353ff

%34.62
%16.05
%49.32

CMYK Percentages of Color #b353ff

%30
%67
%0
%0

Triadic Colors of #b353ff

#b353ff #ffb353 #53ffb3

Analogous Colors of #b353ff

#b353ff #ff53f5 #5d53ff

Monochromatic Colors of #b353ff

#b353ff

Complementary Color

#b353ff #9fff53

#b353ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b353ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b353ff Color CSS Codes

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

#b353ff Text Font Color

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

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


#b353ff Background Color

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

This div background color is #b353ff


#b353ff Border Color

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

This div border color is #b353ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,83,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b353ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b353ff

Related Colors


Comments

No comments written yet.

Please login to write comment.