Color Hex Logo

#b351ff Color Hex

#B351FF
(179,81,255)
0 Favorites   0 Comments

Color spaces of #b351ff

RGB 17981255
HSL0.761.000.66
HSV274°68°100°
CMYK 0.300.680.00   0.00
XYZ39.582822.688696.9008
Yxy22.68860.24870.1425
Hunter Lab47.632664.9771-87.2732
CIE-Lab54.750168.4297-70.3937

#b351ff color RGB value is (179,81,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010001 11111111
Octal 263 121 377
Decimal 179 81 255
Hex B3 51 FF

RGB Percentages of Color #b351ff

%34.76
%15.73
%49.51

CMYK Percentages of Color #b351ff

%30
%68
%0
%0

Triadic Colors of #b351ff

#b351ff #ffb351 #51ffb3

Analogous Colors of #b351ff

#b351ff #ff51f4 #5c51ff

Monochromatic Colors of #b351ff

#b351ff

Complementary Color

#b351ff #9dff51

#b351ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b351ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b351ff Color CSS Codes

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

#b351ff Text Font Color

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

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


#b351ff Background Color

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

This div background color is #b351ff


#b351ff Border Color

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

This div border color is #b351ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b351ff


Comments

No comments written yet.

Please login to write comment.