Color Hex Logo

#b870fb Color Hex

#B870FB
(184,112,251)
0 Favorites   0 Comments

Color spaces of #b870fb

RGB 184112251
HSL0.750.950.71
HSV271°55°98°
CMYK 0.270.550.00   0.02
XYZ42.973928.743794.5499
Yxy28.74370.25850.1729
Hunter Lab53.613249.2546-67.0321
CIE-Lab60.554853.7818-58.8172

#b870fb color RGB value is (184,112,251).

#b870fb hex color red value is 184, green value is 112 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b870fb hue: 0.75 , saturation: 0.95 and the lightness value of b870fb is 0.71.

The process color (four color CMYK) of #b870fb color hex is 0.27, 0.55, 0.00, 0.02. Web safe color of #b870fb is #cc66ff. Color #b870fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110000 11111011
Octal 270 160 373
Decimal 184 112 251
Hex B8 70 FB

RGB Percentages of Color #b870fb

%33.64
%20.48
%45.89

CMYK Percentages of Color #b870fb

%27
%55
%0
%2

Triadic Colors of #b870fb

#b870fb #fbb870 #70fbb8

Analogous Colors of #b870fb

#b870fb #fb70f9 #7370fb

Monochromatic Colors of #b870fb

#b870fb

Complementary Color

#b870fb #b3fb70

#b870fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b870fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b870fb Color CSS Codes

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

#b870fb Text Font Color

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

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


#b870fb Background Color

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

This div background color is #b870fb


#b870fb Border Color

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

This div border color is #b870fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b870fb


Comments

No comments written yet.

Please login to write comment.