Color Hex Logo

#730bfa Color Hex

#730BFA
(115,11,250)
0 Favorites   0 Comments

Color spaces of #730bfa

RGB 11511250
HSL0.740.960.51
HSV266°96°98°
CMYK 0.540.960.00   0.02
XYZ24.445210.786391.2360
Yxy10.78630.19330.0853
Hunter Lab32.842575.3860-141.7170
CIE-Lab39.218279.9622-93.3486

#730bfa color RGB value is (115,11,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001011 11111010
Octal 163 13 372
Decimal 115 11 250
Hex 73 B FA

RGB Percentages of Color #730bfa

%30.59
%2.93
%66.49

CMYK Percentages of Color #730bfa

%54
%96
%0
%2

Triadic Colors of #730bfa

#730bfa #fa730b #0bfa73

Analogous Colors of #730bfa

#730bfa #eb0bfa #0b1bfa

Monochromatic Colors of #730bfa

#730bfa

Complementary Color

#730bfa #92fa0b

#730bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#730bfa Color CSS Codes

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

#730bfa Text Font Color

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

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


#730bfa Background Color

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

This div background color is #730bfa


#730bfa Border Color

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

This div border color is #730bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730bfa


Comments

No comments written yet.

Please login to write comment.