Color Hex Logo

#b83ff9 Color Hex

#B83FF9
(184,63,249)
0 Favorites   0 Comments

Color spaces of #b83ff9

RGB 18463249
HSL0.780.940.61
HSV279°75°98°
CMYK 0.260.750.00   0.02
XYZ38.643620.584991.5591
Yxy20.58490.25630.1365
Hunter Lab45.370672.6357-87.8895
CIE-Lab52.492275.1854-70.6848

#b83ff9 color RGB value is (184,63,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111111 11111001
Octal 270 77 371
Decimal 184 63 249
Hex B8 3F F9

RGB Percentages of Color #b83ff9

%37.10
%12.70
%50.20

CMYK Percentages of Color #b83ff9

%26
%75
%0
%2

Triadic Colors of #b83ff9

#b83ff9 #f9b83f #3ff9b8

Analogous Colors of #b83ff9

#b83ff9 #f93fdd #5b3ff9

Monochromatic Colors of #b83ff9

#b83ff9

Complementary Color

#b83ff9 #80f93f

#b83ff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83ff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83ff9 Color CSS Codes

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

#b83ff9 Text Font Color

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

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


#b83ff9 Background Color

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

This div background color is #b83ff9


#b83ff9 Border Color

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

This div border color is #b83ff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83ff9


Comments

No comments written yet.

Please login to write comment.