Color Hex Logo

#b030ff Color Hex

#B030FF
(176,48,255)
0 Favorites   0 Comments

Color spaces of #b030ff

RGB 17648255
HSL0.771.000.59
HSV277°81°100°
CMYK 0.310.810.00   0.00
XYZ37.011418.564096.2402
Yxy18.56400.24380.1223
Hunter Lab43.086077.9334-102.2746
CIE-Lab50.173279.8910-77.8469

#b030ff color RGB value is (176,48,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110000 11111111
Octal 260 60 377
Decimal 176 48 255
Hex B0 30 FF

RGB Percentages of Color #b030ff

%36.74
%10.02
%53.24

CMYK Percentages of Color #b030ff

%31
%81
%0
%0

Triadic Colors of #b030ff

#b030ff #ffb030 #30ffb0

Analogous Colors of #b030ff

#b030ff #ff30e7 #4830ff

Monochromatic Colors of #b030ff

#b030ff

Complementary Color

#b030ff #7fff30

#b030ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b030ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b030ff Color CSS Codes

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

#b030ff Text Font Color

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

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


#b030ff Background Color

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

This div background color is #b030ff


#b030ff Border Color

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

This div border color is #b030ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b030ff

#b030ff Color Palettes


Comments

No comments written yet.

Please login to write comment.