Color Hex Logo

#730bfb Color Hex

#730BFB
(115,11,251)
0 Favorites   0 Comments

Color spaces of #730bfb

RGB 11511251
HSL0.740.970.51
HSV266°96°98°
CMYK 0.540.960.00   0.02
XYZ24.602510.849292.0642
Yxy10.84920.19290.0851
Hunter Lab32.938175.6854-142.6627
CIE-Lab39.325380.1810-93.7327

#730bfb color RGB value is (115,11,251).

#730bfb hex color red value is 115, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #730bfb hue: 0.74 , saturation: 0.97 and the lightness value of 730bfb is 0.51.

The process color (four color CMYK) of #730bfb color hex is 0.54, 0.96, 0.00, 0.02. Web safe color of #730bfb is #6600ff. Color #730bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001011 11111011
Octal 163 13 373
Decimal 115 11 251
Hex 73 B FB

RGB Percentages of Color #730bfb

%30.50
%2.92
%66.58

CMYK Percentages of Color #730bfb

%54
%96
%0
%2

Triadic Colors of #730bfb

#730bfb #fb730b #0bfb73

Analogous Colors of #730bfb

#730bfb #eb0bfb #0b1bfb

Monochromatic Colors of #730bfb

#730bfb

Complementary Color

#730bfb #93fb0b

#730bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#730bfb Color CSS Codes

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

#730bfb Text Font Color

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

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


#730bfb Background Color

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

This div background color is #730bfb


#730bfb Border Color

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

This div border color is #730bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,11,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #730bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #730bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #730bfb;
  box-shadow:         1px 1px 3px 2px #730bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,11,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730bfb


Comments

No comments written yet.

Please login to write comment.