Color Hex Logo

#b350fd Color Hex

#B350FD
(179,80,253)
0 Favorites   0 Comments

Color spaces of #b350fd

RGB 17980253
HSL0.760.980.65
HSV274°68°99°
CMYK 0.290.680.00   0.01
XYZ39.188722.412995.1892
Yxy22.41290.24990.1429
Hunter Lab47.342364.9087-86.0724
CIE-Lab54.462468.4266-69.7504

#b350fd color RGB value is (179,80,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010000 11111101
Octal 263 120 375
Decimal 179 80 253
Hex B3 50 FD

RGB Percentages of Color #b350fd

%34.96
%15.63
%49.41

CMYK Percentages of Color #b350fd

%29
%68
%0
%1

Triadic Colors of #b350fd

#b350fd #fdb350 #50fdb3

Analogous Colors of #b350fd

#b350fd #fd50f1 #5c50fd

Monochromatic Colors of #b350fd

#b350fd

Complementary Color

#b350fd #9afd50

#b350fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b350fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b350fd Color CSS Codes

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

#b350fd Text Font Color

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

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


#b350fd Background Color

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

This div background color is #b350fd


#b350fd Border Color

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

This div border color is #b350fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b350fd


Comments

No comments written yet.

Please login to write comment.