Color Hex Logo

#b93efe Color Hex

#B93EFE
(185,62,254)
0 Favorites   0 Comments

Color spaces of #b93efe

RGB 18562254
HSL0.770.990.62
HSV278°76°100°
CMYK 0.270.760.00   0.00
XYZ39.619620.915395.7148
Yxy20.91530.25360.1339
Hunter Lab45.733274.6048-92.0744
CIE-Lab52.856776.7068-72.8702

#b93efe color RGB value is (185,62,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111110 11111110
Octal 271 76 376
Decimal 185 62 254
Hex B9 3E FE

RGB Percentages of Color #b93efe

%36.93
%12.38
%50.70

CMYK Percentages of Color #b93efe

%27
%76
%0
%0

Triadic Colors of #b93efe

#b93efe #feb93e #3efeb9

Analogous Colors of #b93efe

#b93efe #fe3ee3 #593efe

Monochromatic Colors of #b93efe

#b93efe

Complementary Color

#b93efe #83fe3e

#b93efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93efe Color CSS Codes

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

#b93efe Text Font Color

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

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


#b93efe Background Color

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

This div background color is #b93efe


#b93efe Border Color

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

This div border color is #b93efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93efe


Comments

No comments written yet.

Please login to write comment.