Color Hex Logo

#b83aeb Color Hex

#B83AEB
(184,58,235)
0 Favorites   0 Comments

Color spaces of #b83aeb

RGB 18458235
HSL0.790.820.57
HSV283°75°92°
CMYK 0.220.750.00   0.08
XYZ36.275619.214680.3941
Yxy19.21460.26700.1414
Hunter Lab43.834571.0090-78.0560
CIE-Lab50.937374.1613-65.3573

#b83aeb color RGB value is (184,58,235).

#b83aeb hex color red value is 184, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b83aeb hue: 0.79 , saturation: 0.82 and the lightness value of b83aeb is 0.57.

The process color (four color CMYK) of #b83aeb color hex is 0.22, 0.75, 0.00, 0.08. Web safe color of #b83aeb is #cc33ff. Color #b83aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111010 11101011
Octal 270 72 353
Decimal 184 58 235
Hex B8 3A EB

RGB Percentages of Color #b83aeb

%38.57
%12.16
%49.27

CMYK Percentages of Color #b83aeb

%22
%75
%0
%8

Triadic Colors of #b83aeb

#b83aeb #ebb83a #3aebb8

Analogous Colors of #b83aeb

#b83aeb #eb3ac6 #603aeb

Monochromatic Colors of #b83aeb

#b83aeb

Complementary Color

#b83aeb #6deb3a

#b83aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83aeb Color CSS Codes

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

#b83aeb Text Font Color

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

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


#b83aeb Background Color

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

This div background color is #b83aeb


#b83aeb Border Color

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

This div border color is #b83aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83aeb


Comments

No comments written yet.

Please login to write comment.