Color Hex Logo

#b958fb Color Hex

#B958FB
(185,88,251)
0 Favorites   0 Comments

Color spaces of #b958fb

RGB 18588251
HSL0.770.950.66
HSV276°65°98°
CMYK 0.260.650.00   0.02
XYZ40.909924.258893.7930
Yxy24.25880.25740.1526
Hunter Lab49.253262.0696-78.4288
CIE-Lab56.346065.6781-65.5632

#b958fb color RGB value is (185,88,251).

#b958fb hex color red value is 185, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b958fb hue: 0.77 , saturation: 0.95 and the lightness value of b958fb is 0.66.

The process color (four color CMYK) of #b958fb color hex is 0.26, 0.65, 0.00, 0.02. Web safe color of #b958fb is #cc66ff. Color #b958fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 11111011
Octal 271 130 373
Decimal 185 88 251
Hex B9 58 FB

RGB Percentages of Color #b958fb

%35.31
%16.79
%47.90

CMYK Percentages of Color #b958fb

%26
%65
%0
%2

Triadic Colors of #b958fb

#b958fb #fbb958 #58fbb9

Analogous Colors of #b958fb

#b958fb #fb58ec #6858fb

Monochromatic Colors of #b958fb

#b958fb

Complementary Color

#b958fb #9afb58

#b958fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b958fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b958fb Color CSS Codes

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

#b958fb Text Font Color

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

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


#b958fb Background Color

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

This div background color is #b958fb


#b958fb Border Color

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

This div border color is #b958fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,88,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b958fb


Comments

No comments written yet.

Please login to write comment.