Color Hex Logo

#b07bfa Color Hex

#B07BFA
(176,123,250)
0 Favorites   0 Comments

Color spaces of #b07bfa

RGB 176123250
HSL0.740.930.73
HSV265°51°98°
CMYK 0.300.510.00   0.02
XYZ42.242830.298294.0642
Yxy30.29820.25360.1819
Hunter Lab55.043840.6613-62.7899
CIE-Lab61.910745.7486-56.1522

#b07bfa color RGB value is (176,123,250).

#b07bfa hex color red value is 176, green value is 123 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b07bfa hue: 0.74 , saturation: 0.93 and the lightness value of b07bfa is 0.73.

The process color (four color CMYK) of #b07bfa color hex is 0.30, 0.51, 0.00, 0.02. Web safe color of #b07bfa is #9966ff. Color #b07bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111011 11111010
Octal 260 173 372
Decimal 176 123 250
Hex B0 7B FA

RGB Percentages of Color #b07bfa

%32.06
%22.40
%45.54

CMYK Percentages of Color #b07bfa

%30
%51
%0
%2

Triadic Colors of #b07bfa

#b07bfa #fab07b #7bfab0

Analogous Colors of #b07bfa

#b07bfa #f07bfa #7b86fa

Monochromatic Colors of #b07bfa

#b07bfa

Complementary Color

#b07bfa #c5fa7b

#b07bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07bfa Color CSS Codes

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

#b07bfa Text Font Color

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

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


#b07bfa Background Color

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

This div background color is #b07bfa


#b07bfa Border Color

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

This div border color is #b07bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07bfa


Comments

No comments written yet.

Please login to write comment.