Color Hex Logo

#b84aff Color Hex

#B84AFF
(184,74,255)
0 Favorites   0 Comments

Color spaces of #b84aff

RGB 18474255
HSL0.771.000.65
HSV276°71°100°
CMYK 0.280.710.00   0.00
XYZ40.265922.307996.7913
Yxy22.30790.25270.1400
Hunter Lab47.231269.5214-88.4415
CIE-Lab54.352272.2807-71.0073

#b84aff color RGB value is (184,74,255).

#b84aff hex color red value is 184, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b84aff hue: 0.77 , saturation: 1.00 and the lightness value of b84aff is 0.65.

The process color (four color CMYK) of #b84aff color hex is 0.28, 0.71, 0.00, 0.00. Web safe color of #b84aff is #cc33ff. Color #b84aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001010 11111111
Octal 270 112 377
Decimal 184 74 255
Hex B8 4A FF

RGB Percentages of Color #b84aff

%35.87
%14.42
%49.71

CMYK Percentages of Color #b84aff

%28
%71
%0
%0

Triadic Colors of #b84aff

#b84aff #ffb84a #4affb8

Analogous Colors of #b84aff

#b84aff #ff4aec #5e4aff

Monochromatic Colors of #b84aff

#b84aff

Complementary Color

#b84aff #91ff4a

#b84aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84aff Color CSS Codes

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

#b84aff Text Font Color

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

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


#b84aff Background Color

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

This div background color is #b84aff


#b84aff Border Color

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

This div border color is #b84aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84aff


Comments

No comments written yet.

Please login to write comment.