Color Hex Logo

#b93ffa Color Hex

#B93FFA
(185,63,250)
0 Favorites   0 Comments

Color spaces of #b93ffa

RGB 18563250
HSL0.780.950.61
HSV279°75°98°
CMYK 0.260.750.00   0.02
XYZ39.040420.771492.3941
Yxy20.77140.25650.1365
Hunter Lab45.575773.1469-88.2938
CIE-Lab52.698475.5600-70.9013

#b93ffa color RGB value is (185,63,250).

#b93ffa hex color red value is 185, green value is 63 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b93ffa hue: 0.78 , saturation: 0.95 and the lightness value of b93ffa is 0.61.

The process color (four color CMYK) of #b93ffa color hex is 0.26, 0.75, 0.00, 0.02. Web safe color of #b93ffa is #cc33ff. Color #b93ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111111 11111010
Octal 271 77 372
Decimal 185 63 250
Hex B9 3F FA

RGB Percentages of Color #b93ffa

%37.15
%12.65
%50.20

CMYK Percentages of Color #b93ffa

%26
%75
%0
%2

Triadic Colors of #b93ffa

#b93ffa #fab93f #3ffab9

Analogous Colors of #b93ffa

#b93ffa #fa3fde #5c3ffa

Monochromatic Colors of #b93ffa

#b93ffa

Complementary Color

#b93ffa #80fa3f

#b93ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93ffa Color CSS Codes

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

#b93ffa Text Font Color

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

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


#b93ffa Background Color

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

This div background color is #b93ffa


#b93ffa Border Color

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

This div border color is #b93ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.