Color Hex Logo

#b93cfe Color Hex

#B93CFE
(185,60,254)
0 Favorites   0 Comments

Color spaces of #b93cfe

RGB 18560254
HSL0.770.990.62
HSV279°76°100°
CMYK 0.270.760.00   0.00
XYZ39.512820.701895.6792
Yxy20.70180.25350.1328
Hunter Lab45.499275.3907-92.8300
CIE-Lab52.621677.3843-73.2518

#b93cfe color RGB value is (185,60,254).

#b93cfe hex color red value is 185, green value is 60 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b93cfe hue: 0.77 , saturation: 0.99 and the lightness value of b93cfe is 0.62.

The process color (four color CMYK) of #b93cfe color hex is 0.27, 0.76, 0.00, 0.00. Web safe color of #b93cfe is #cc33ff. Color #b93cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111100 11111110
Octal 271 74 376
Decimal 185 60 254
Hex B9 3C FE

RGB Percentages of Color #b93cfe

%37.07
%12.02
%50.90

CMYK Percentages of Color #b93cfe

%27
%76
%0
%0

Triadic Colors of #b93cfe

#b93cfe #feb93c #3cfeb9

Analogous Colors of #b93cfe

#b93cfe #fe3ce2 #583cfe

Monochromatic Colors of #b93cfe

#b93cfe

Complementary Color

#b93cfe #81fe3c

#b93cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93cfe Color CSS Codes

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

#b93cfe Text Font Color

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

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


#b93cfe Background Color

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

This div background color is #b93cfe


#b93cfe Border Color

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

This div border color is #b93cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.