Color Hex Logo

#b007fe Color Hex

#B007FE
(176,7,254)
0 Favorites   0 Comments

Color spaces of #b007fe

RGB 1767254
HSL0.780.990.51
HSV281°97°100°
CMYK 0.310.970.00   0.00
XYZ35.869916.537895.0675
Yxy16.53780.24320.1121
Hunter Lab40.666786.2785-110.1370
CIE-Lab47.672386.8776-81.3759

#b007fe color RGB value is (176,7,254).

#b007fe hex color red value is 176, green value is 7 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b007fe hue: 0.78 , saturation: 0.99 and the lightness value of b007fe is 0.51.

The process color (four color CMYK) of #b007fe color hex is 0.31, 0.97, 0.00, 0.00. Web safe color of #b007fe is #9900ff. Color #b007fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000111 11111110
Octal 260 7 376
Decimal 176 7 254
Hex B0 7 FE

RGB Percentages of Color #b007fe

%40.27
%1.60
%58.12

CMYK Percentages of Color #b007fe

%31
%97
%0
%0

Triadic Colors of #b007fe

#b007fe #feb007 #07feb0

Analogous Colors of #b007fe

#b007fe #fe07d1 #3507fe

Monochromatic Colors of #b007fe

#b007fe

Complementary Color

#b007fe #55fe07

#b007fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b007fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b007fe Color CSS Codes

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

#b007fe Text Font Color

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

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


#b007fe Background Color

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

This div background color is #b007fe


#b007fe Border Color

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

This div border color is #b007fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b007fe

Related Colors


Comments

No comments written yet.

Please login to write comment.