Color Hex Logo

#730efb Color Hex

#730EFB
(115,14,251)
0 Favorites   0 Comments

Color spaces of #730efb

RGB 11514251
HSL0.740.970.52
HSV266°94°98°
CMYK 0.540.940.00   0.02
XYZ24.639910.923992.0767
Yxy10.92390.19300.0856
Hunter Lab33.051375.2327-142.0383
CIE-Lab39.452079.7964-93.5229

#730efb color RGB value is (115,14,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001110 11111011
Octal 163 16 373
Decimal 115 14 251
Hex 73 E FB

RGB Percentages of Color #730efb

%30.26
%3.68
%66.05

CMYK Percentages of Color #730efb

%54
%94
%0
%2

Triadic Colors of #730efb

#730efb #fb730e #0efb73

Analogous Colors of #730efb

#730efb #ea0efb #0e20fb

Monochromatic Colors of #730efb

#730efb

Complementary Color

#730efb #96fb0e

#730efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#730efb Color CSS Codes

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

#730efb Text Font Color

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

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


#730efb Background Color

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

This div background color is #730efb


#730efb Border Color

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

This div border color is #730efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,14,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 #730efb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730efb


Comments

No comments written yet.

Please login to write comment.