Color Hex Logo

#b870fa Color Hex

#B870FA
(184,112,250)
0 Favorites   0 Comments

Color spaces of #b870fa

RGB 184112250
HSL0.750.930.71
HSV271°55°98°
CMYK 0.260.550.00   0.02
XYZ42.816728.680893.7217
Yxy28.68080.25920.1736
Hunter Lab53.554548.9902-66.2709
CIE-Lab60.498953.5541-58.3548

#b870fa color RGB value is (184,112,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110000 11111010
Octal 270 160 372
Decimal 184 112 250
Hex B8 70 FA

RGB Percentages of Color #b870fa

%33.70
%20.51
%45.79

CMYK Percentages of Color #b870fa

%26
%55
%0
%2

Triadic Colors of #b870fa

#b870fa #fab870 #70fab8

Analogous Colors of #b870fa

#b870fa #fa70f7 #7370fa

Monochromatic Colors of #b870fa

#b870fa

Complementary Color

#b870fa #b2fa70

#b870fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b870fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b870fa Color CSS Codes

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

#b870fa Text Font Color

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

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


#b870fa Background Color

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

This div background color is #b870fa


#b870fa Border Color

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

This div border color is #b870fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b870fa

Related Colors


Comments

No comments written yet.

Please login to write comment.