Color Hex Logo

#b83afa Color Hex

#B83AFA
(184,58,250)
0 Favorites   0 Comments

Color spaces of #b83afa

RGB 18458250
HSL0.780.950.60
HSV279°77°98°
CMYK 0.260.770.00   0.02
XYZ38.535520.118692.2947
Yxy20.11860.25530.1333
Hunter Lab44.853874.8618-90.6022
CIE-Lab51.971077.0860-72.0875

#b83afa color RGB value is (184,58,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111010 11111010
Octal 270 72 372
Decimal 184 58 250
Hex B8 3A FA

RGB Percentages of Color #b83afa

%37.40
%11.79
%50.81

CMYK Percentages of Color #b83afa

%26
%77
%0
%2

Triadic Colors of #b83afa

#b83afa #fab83a #3afab8

Analogous Colors of #b83afa

#b83afa #fa3adc #583afa

Monochromatic Colors of #b83afa

#b83afa

Complementary Color

#b83afa #7cfa3a

#b83afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83afa Color CSS Codes

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

#b83afa Text Font Color

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

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


#b83afa Background Color

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

This div background color is #b83afa


#b83afa Border Color

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

This div border color is #b83afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83afa

Related Colors


Comments

No comments written yet.

Please login to write comment.