Color Hex Logo

#b84bff Color Hex

#B84BFF
(184,75,255)
0 Favorites   0 Comments

Color spaces of #b84bff

RGB 18475255
HSL0.771.000.65
HSV276°71°100°
CMYK 0.280.710.00   0.00
XYZ40.333222.442596.8138
Yxy22.44250.25270.1406
Hunter Lab47.373569.0689-88.0052
CIE-Lab54.493471.8811-70.7788

#b84bff color RGB value is (184,75,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001011 11111111
Octal 270 113 377
Decimal 184 75 255
Hex B8 4B FF

RGB Percentages of Color #b84bff

%35.80
%14.59
%49.61

CMYK Percentages of Color #b84bff

%28
%71
%0
%0

Triadic Colors of #b84bff

#b84bff #ffb84b #4bffb8

Analogous Colors of #b84bff

#b84bff #ff4bec #5e4bff

Monochromatic Colors of #b84bff

#b84bff

Complementary Color

#b84bff #92ff4b

#b84bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84bff Color CSS Codes

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

#b84bff Text Font Color

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

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


#b84bff Background Color

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

This div background color is #b84bff


#b84bff Border Color

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

This div border color is #b84bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84bff


Comments

No comments written yet.

Please login to write comment.