Color Hex Logo

#b804fb Color Hex

#B804FB
(184,4,251)
0 Favorites   0 Comments

Color spaces of #b804fb

RGB 1844251
HSL0.790.970.50
HSV284°98°98°
CMYK 0.270.980.00   0.02
XYZ37.223217.242292.6330
Yxy17.24220.25300.1172
Hunter Lab41.523787.3466-103.2002
CIE-Lab48.563887.5231-78.1930

#b804fb color RGB value is (184,4,251).

#b804fb hex color red value is 184, green value is 4 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b804fb hue: 0.79 , saturation: 0.97 and the lightness value of b804fb is 0.50.

The process color (four color CMYK) of #b804fb color hex is 0.27, 0.98, 0.00, 0.02. Web safe color of #b804fb is #cc00ff. Color #b804fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000100 11111011
Octal 270 4 373
Decimal 184 4 251
Hex B8 4 FB

RGB Percentages of Color #b804fb

%41.91
%0.91
%57.18

CMYK Percentages of Color #b804fb

%27
%98
%0
%2

Triadic Colors of #b804fb

#b804fb #fbb804 #04fbb8

Analogous Colors of #b804fb

#b804fb #fb04c3 #3d04fb

Monochromatic Colors of #b804fb

#b804fb

Complementary Color

#b804fb #47fb04

#b804fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b804fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b804fb Color CSS Codes

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

#b804fb Text Font Color

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

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


#b804fb Background Color

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

This div background color is #b804fb


#b804fb Border Color

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

This div border color is #b804fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b804fb


Comments

No comments written yet.

Please login to write comment.