Color Hex Logo

#b83efb Color Hex

#B83EFB
(184,62,251)
0 Favorites   0 Comments

Color spaces of #b83efb

RGB 18462251
HSL0.770.960.61
HSV279°75°98°
CMYK 0.270.750.00   0.02
XYZ38.902420.600693.1927
Yxy20.60060.25480.1349
Hunter Lab45.387973.5653-89.9657
CIE-Lab52.509675.9355-71.7708

#b83efb color RGB value is (184,62,251).

#b83efb hex color red value is 184, green value is 62 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b83efb hue: 0.77 , saturation: 0.96 and the lightness value of b83efb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111110 11111011
Octal 270 76 373
Decimal 184 62 251
Hex B8 3E FB

RGB Percentages of Color #b83efb

%37.02
%12.47
%50.50

CMYK Percentages of Color #b83efb

%27
%75
%0
%2

Triadic Colors of #b83efb

#b83efb #fbb83e #3efbb8

Analogous Colors of #b83efb

#b83efb #fb3ee0 #5a3efb

Monochromatic Colors of #b83efb

#b83efb

Complementary Color

#b83efb #81fb3e

#b83efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83efb Color CSS Codes

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

#b83efb Text Font Color

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

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


#b83efb Background Color

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

This div background color is #b83efb


#b83efb Border Color

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

This div border color is #b83efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83efb


Comments

No comments written yet.

Please login to write comment.