Color Hex Logo

#b020fe Color Hex

#B020FE
(176,32,254)
0 Favorites   0 Comments

Color spaces of #b020fe

RGB 17632254
HSL0.770.990.56
HSV279°87°100°
CMYK 0.310.870.00   0.00
XYZ36.310417.418995.2143
Yxy17.41890.24380.1169
Hunter Lab41.736082.2576-106.0460
CIE-Lab48.783683.5607-79.5583

#b020fe color RGB value is (176,32,254).

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

The process color (four color CMYK) of #b020fe color hex is 0.31, 0.87, 0.00, 0.00. Web safe color of #b020fe is #9933ff. Color #b020fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100000 11111110
Octal 260 40 376
Decimal 176 32 254
Hex B0 20 FE

RGB Percentages of Color #b020fe

%38.10
%6.93
%54.98

CMYK Percentages of Color #b020fe

%31
%87
%0
%0

Triadic Colors of #b020fe

#b020fe #feb020 #20feb0

Analogous Colors of #b020fe

#b020fe #fe20dd #4120fe

Monochromatic Colors of #b020fe

#b020fe

Complementary Color

#b020fe #6efe20

#b020fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b020fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b020fe Color CSS Codes

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

#b020fe Text Font Color

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

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


#b020fe Background Color

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

This div background color is #b020fe


#b020fe Border Color

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

This div border color is #b020fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b020fe


Comments

No comments written yet.

Please login to write comment.