Color Hex Logo

#b83aef Color Hex

#B83AEF
(184,58,239)
0 Favorites   0 Comments

Color spaces of #b83aef

RGB 18458239
HSL0.780.850.58
HSV282°76°94°
CMYK 0.230.760.00   0.06
XYZ36.860219.448583.4725
Yxy19.44850.26370.1391
Hunter Lab44.100572.0187-81.3527
CIE-Lab51.207974.9332-67.1694

#b83aef color RGB value is (184,58,239).

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

The process color (four color CMYK) of #b83aef color hex is 0.23, 0.76, 0.00, 0.06. Web safe color of #b83aef is #cc33ff. Color #b83aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111010 11101111
Octal 270 72 357
Decimal 184 58 239
Hex B8 3A EF

RGB Percentages of Color #b83aef

%38.25
%12.06
%49.69

CMYK Percentages of Color #b83aef

%23
%76
%0
%6

Triadic Colors of #b83aef

#b83aef #efb83a #3aefb8

Analogous Colors of #b83aef

#b83aef #ef3acc #5e3aef

Monochromatic Colors of #b83aef

#b83aef

Complementary Color

#b83aef #71ef3a

#b83aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83aef Color CSS Codes

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

#b83aef Text Font Color

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

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


#b83aef Background Color

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

This div background color is #b83aef


#b83aef Border Color

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

This div border color is #b83aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83aef


Comments

No comments written yet.

Please login to write comment.