Color Hex Logo

#730fbc Color Hex

#730FBC
(115,15,188)
0 Favorites   0 Comments

Color spaces of #730fbc

RGB 11515188
HSL0.760.850.40
HSV275°92°74°
CMYK 0.390.920.00   0.26
XYZ16.31827.617348.1872
Yxy7.61730.22630.1056
Hunter Lab27.599557.2392-84.1976
CIE-Lab33.172865.9436-67.6318

#730fbc color RGB value is (115,15,188).

#730fbc hex color red value is 115, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #730fbc hue: 0.76 , saturation: 0.85 and the lightness value of 730fbc is 0.40.

The process color (four color CMYK) of #730fbc color hex is 0.39, 0.92, 0.00, 0.26. Web safe color of #730fbc is #6600cc. Color #730fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001111 10111100
Octal 163 17 274
Decimal 115 15 188
Hex 73 F BC

RGB Percentages of Color #730fbc

%36.16
%4.72
%59.12

CMYK Percentages of Color #730fbc

%39
%92
%0
%26

Triadic Colors of #730fbc

#730fbc #bc730f #0fbc73

Analogous Colors of #730fbc

#730fbc #bc0faf #1d0fbc

Monochromatic Colors of #730fbc

#730fbc

Complementary Color

#730fbc #58bc0f

#730fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#730fbc Color CSS Codes

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

#730fbc Text Font Color

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

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


#730fbc Background Color

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

This div background color is #730fbc


#730fbc Border Color

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

This div border color is #730fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730fbc


Comments

No comments written yet.

Please login to write comment.