Color Hex Logo

#b00fff Color Hex

#B00FFF
(176,15,255)
0 Favorites   0 Comments

Color spaces of #b00fff

RGB 17615255
HSL0.781.000.53
HSV280°94°100°
CMYK 0.310.940.00   0.00
XYZ36.125316.791895.9449
Yxy16.79180.24270.1128
Hunter Lab40.977885.6513-110.1364
CIE-Lab47.996686.3352-81.4030

#b00fff color RGB value is (176,15,255).

#b00fff hex color red value is 176, green value is 15 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b00fff hue: 0.78 , saturation: 1.00 and the lightness value of b00fff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001111 11111111
Octal 260 17 377
Decimal 176 15 255
Hex B0 F FF

RGB Percentages of Color #b00fff

%39.46
%3.36
%57.17

CMYK Percentages of Color #b00fff

%31
%94
%0
%0

Triadic Colors of #b00fff

#b00fff #ffb00f #0fffb0

Analogous Colors of #b00fff

#b00fff #ff0fd6 #380fff

Monochromatic Colors of #b00fff

#b00fff

Complementary Color

#b00fff #5eff0f

#b00fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00fff Color CSS Codes

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

#b00fff Text Font Color

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

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


#b00fff Background Color

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

This div background color is #b00fff


#b00fff Border Color

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

This div border color is #b00fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00fff


Comments

No comments written yet.

Please login to write comment.