Color Hex Logo

#b30fba Color Hex

#B30FBA
(179,15,186)
0 Favorites   0 Comments

Color spaces of #b30fba

RGB 17915186
HSL0.830.850.39
HSV298°92°73°
CMYK 0.040.920.00   0.27
XYZ27.624213.470547.5985
Yxy13.47050.31150.1519
Hunter Lab36.702270.1207-51.2008
CIE-Lab43.463874.8881-49.2655

#b30fba color RGB value is (179,15,186).

#b30fba hex color red value is 179, green value is 15 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b30fba hue: 0.83 , saturation: 0.85 and the lightness value of b30fba is 0.39.

The process color (four color CMYK) of #b30fba color hex is 0.04, 0.92, 0.00, 0.27. Web safe color of #b30fba is #cc00cc. Color #b30fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001111 10111010
Octal 263 17 272
Decimal 179 15 186
Hex B3 F BA

RGB Percentages of Color #b30fba

%47.11
%3.95
%48.95

CMYK Percentages of Color #b30fba

%4
%92
%0
%27

Triadic Colors of #b30fba

#b30fba #bab30f #0fbab3

Analogous Colors of #b30fba

#b30fba #ba0f6c #5e0fba

Monochromatic Colors of #b30fba

#b30fba

Complementary Color

#b30fba #16ba0f

#b30fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30fba Color CSS Codes

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

#b30fba Text Font Color

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

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


#b30fba Background Color

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

This div background color is #b30fba


#b30fba Border Color

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

This div border color is #b30fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30fba


Comments

No comments written yet.

Please login to write comment.