Color Hex Logo

#b84aef Color Hex

#B84AEF
(184,74,239)
0 Favorites   0 Comments

Color spaces of #b84aef

RGB 18474239
HSL0.780.840.61
HSV280°69°94°
CMYK 0.230.690.00   0.06
XYZ37.795921.319983.7844
Yxy21.31990.26450.1492
Hunter Lab46.173565.3099-75.2636
CIE-Lab53.297868.9842-63.7936

#b84aef color RGB value is (184,74,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001010 11101111
Octal 270 112 357
Decimal 184 74 239
Hex B8 4A EF

RGB Percentages of Color #b84aef

%37.02
%14.89
%48.09

CMYK Percentages of Color #b84aef

%23
%69
%0
%6

Triadic Colors of #b84aef

#b84aef #efb84a #4aefb8

Analogous Colors of #b84aef

#b84aef #ef4ad4 #664aef

Monochromatic Colors of #b84aef

#b84aef

Complementary Color

#b84aef #81ef4a

#b84aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84aef Color CSS Codes

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

#b84aef Text Font Color

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

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


#b84aef Background Color

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

This div background color is #b84aef


#b84aef Border Color

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

This div border color is #b84aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84aef


Comments

No comments written yet.

Please login to write comment.