Color Hex Logo

#b90efe Color Hex

#B90EFE
(185,14,254)
0 Favorites   0 Comments

Color spaces of #b90efe

RGB 18514254
HSL0.790.990.53
HSV283°94°100°
CMYK 0.270.940.00   0.00
XYZ38.054017.784195.1929
Yxy17.78410.25200.1178
Hunter Lab42.171287.2733-104.3153
CIE-Lab49.233287.3393-78.7687

#b90efe color RGB value is (185,14,254).

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

The process color (four color CMYK) of #b90efe color hex is 0.27, 0.94, 0.00, 0.00. Web safe color of #b90efe is #cc00ff. Color #b90efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001110 11111110
Octal 271 16 376
Decimal 185 14 254
Hex B9 E FE

RGB Percentages of Color #b90efe

%40.84
%3.09
%56.07

CMYK Percentages of Color #b90efe

%27
%94
%0
%0

Triadic Colors of #b90efe

#b90efe #feb90e #0efeb9

Analogous Colors of #b90efe

#b90efe #fe0ecb #410efe

Monochromatic Colors of #b90efe

#b90efe

Complementary Color

#b90efe #53fe0e

#b90efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90efe Color CSS Codes

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

#b90efe Text Font Color

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

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


#b90efe Background Color

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

This div background color is #b90efe


#b90efe Border Color

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

This div border color is #b90efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90efe


Comments

No comments written yet.

Please login to write comment.