Color Hex Logo

#b84aeb Color Hex

#B84AEB
(184,74,235)
0 Favorites   0 Comments

Color spaces of #b84aeb

RGB 18474235
HSL0.780.800.61
HSV281°69°92°
CMYK 0.220.690.00   0.08
XYZ37.211321.086180.7060
Yxy21.08610.26770.1517
Hunter Lab45.919664.2895-72.0614
CIE-Lab53.043668.1745-61.9593

#b84aeb color RGB value is (184,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001010 11101011
Octal 270 112 353
Decimal 184 74 235
Hex B8 4A EB

RGB Percentages of Color #b84aeb

%37.32
%15.01
%47.67

CMYK Percentages of Color #b84aeb

%22
%69
%0
%8

Triadic Colors of #b84aeb

#b84aeb #ebb84a #4aebb8

Analogous Colors of #b84aeb

#b84aeb #eb4ace #684aeb

Monochromatic Colors of #b84aeb

#b84aeb

Complementary Color

#b84aeb #7deb4a

#b84aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84aeb Color CSS Codes

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

#b84aeb Text Font Color

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

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


#b84aeb Background Color

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

This div background color is #b84aeb


#b84aeb Border Color

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

This div border color is #b84aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84aeb


Comments

No comments written yet.

Please login to write comment.