Color Hex Logo

#b950fd Color Hex

#B950FD
(185,80,253)
0 Favorites   0 Comments

Color spaces of #b950fd

RGB 18580253
HSL0.770.980.65
HSV276°68°99°
CMYK 0.270.680.00   0.01
XYZ40.605923.143595.2555
Yxy23.14350.25540.1456
Hunter Lab48.107766.4767-83.7216
CIE-Lab55.219869.5947-68.4888

#b950fd color RGB value is (185,80,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010000 11111101
Octal 271 120 375
Decimal 185 80 253
Hex B9 50 FD

RGB Percentages of Color #b950fd

%35.71
%15.44
%48.84

CMYK Percentages of Color #b950fd

%27
%68
%0
%1

Triadic Colors of #b950fd

#b950fd #fdb950 #50fdb9

Analogous Colors of #b950fd

#b950fd #fd50eb #6350fd

Monochromatic Colors of #b950fd

#b950fd

Complementary Color

#b950fd #94fd50

#b950fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b950fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b950fd Color CSS Codes

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

#b950fd Text Font Color

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

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


#b950fd Background Color

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

This div background color is #b950fd


#b950fd Border Color

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

This div border color is #b950fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b950fd


Comments

No comments written yet.

Please login to write comment.