Color Hex Logo

#b350ff Color Hex

#B350FF
(179,80,255)
0 Favorites   0 Comments

Color spaces of #b350ff

RGB 17980255
HSL0.761.000.66
HSV274°69°100°
CMYK 0.300.690.00   0.00
XYZ39.509122.541096.8762
Yxy22.54100.24860.1418
Hunter Lab47.477465.4564-87.7454
CIE-Lab54.596468.8606-70.6425

#b350ff color RGB value is (179,80,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010000 11111111
Octal 263 120 377
Decimal 179 80 255
Hex B3 50 FF

RGB Percentages of Color #b350ff

%34.82
%15.56
%49.61

CMYK Percentages of Color #b350ff

%30
%69
%0
%0

Triadic Colors of #b350ff

#b350ff #ffb350 #50ffb3

Analogous Colors of #b350ff

#b350ff #ff50f4 #5b50ff

Monochromatic Colors of #b350ff

#b350ff

Complementary Color

#b350ff #9cff50

#b350ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b350ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b350ff Color CSS Codes

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

#b350ff Text Font Color

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

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


#b350ff Background Color

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

This div background color is #b350ff


#b350ff Border Color

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

This div border color is #b350ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b350ff

Related Colors


Comments

No comments written yet.

Please login to write comment.