Color Hex Logo

#b83cfa Color Hex

#B83CFA
(184,60,250)
0 Favorites   0 Comments

Color spaces of #b83cfa

RGB 18460250
HSL0.780.950.61
HSV279°76°98°
CMYK 0.260.760.00   0.02
XYZ38.638320.324292.3290
Yxy20.32420.25540.1343
Hunter Lab45.082474.0911-89.8687
CIE-Lab52.201876.4201-71.7131

#b83cfa color RGB value is (184,60,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111100 11111010
Octal 270 74 372
Decimal 184 60 250
Hex B8 3C FA

RGB Percentages of Color #b83cfa

%37.25
%12.15
%50.61

CMYK Percentages of Color #b83cfa

%26
%76
%0
%2

Triadic Colors of #b83cfa

#b83cfa #fab83c #3cfab8

Analogous Colors of #b83cfa

#b83cfa #fa3cdd #593cfa

Monochromatic Colors of #b83cfa

#b83cfa

Complementary Color

#b83cfa #7efa3c

#b83cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83cfa Color CSS Codes

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

#b83cfa Text Font Color

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

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


#b83cfa Background Color

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

This div background color is #b83cfa


#b83cfa Border Color

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

This div border color is #b83cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83cfa


Comments

No comments written yet.

Please login to write comment.