Color Hex Logo

#b00ffe Color Hex

#B00FFE
(176,15,254)
0 Favorites   0 Comments

Color spaces of #b00ffe

RGB 17615254
HSL0.780.990.53
HSV280°94°100°
CMYK 0.310.940.00   0.00
XYZ35.964716.727595.0991
Yxy16.72750.24330.1132
Hunter Lab40.899385.3900-109.2318
CIE-Lab47.914886.1502-80.9789

#b00ffe color RGB value is (176,15,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001111 11111110
Octal 260 17 376
Decimal 176 15 254
Hex B0 F FE

RGB Percentages of Color #b00ffe

%39.55
%3.37
%57.08

CMYK Percentages of Color #b00ffe

%31
%94
%0
%0

Triadic Colors of #b00ffe

#b00ffe #feb00f #0ffeb0

Analogous Colors of #b00ffe

#b00ffe #fe0fd5 #380ffe

Monochromatic Colors of #b00ffe

#b00ffe

Complementary Color

#b00ffe #5dfe0f

#b00ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00ffe Color CSS Codes

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

#b00ffe Text Font Color

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

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


#b00ffe Background Color

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

This div background color is #b00ffe


#b00ffe Border Color

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

This div border color is #b00ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.