Color Hex Logo

#730cf6 Color Hex

#730CF6
(115,12,246)
0 Favorites   0 Comments

Color spaces of #730cf6

RGB 11512246
HSL0.740.930.51
HSV266°95°96°
CMYK 0.530.950.00   0.04
XYZ23.836310.561687.9711
Yxy10.56160.19480.0863
Hunter Lab32.498674.0493-137.7442
CIE-Lab38.832178.9642-91.7379

#730cf6 color RGB value is (115,12,246).

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

The process color (four color CMYK) of #730cf6 color hex is 0.53, 0.95, 0.00, 0.04. Web safe color of #730cf6 is #6600ff. Color #730cf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001100 11110110
Octal 163 14 366
Decimal 115 12 246
Hex 73 C F6

RGB Percentages of Color #730cf6

%30.83
%3.22
%65.95

CMYK Percentages of Color #730cf6

%53
%95
%0
%4

Triadic Colors of #730cf6

#730cf6 #f6730c #0cf673

Analogous Colors of #730cf6

#730cf6 #e80cf6 #0c1af6

Monochromatic Colors of #730cf6

#730cf6

Complementary Color

#730cf6 #8ff60c

#730cf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730cf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730cf6 Color CSS Codes

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

#730cf6 Text Font Color

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

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


#730cf6 Background Color

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

This div background color is #730cf6


#730cf6 Border Color

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

This div border color is #730cf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730cf6

Related Colors


Comments

No comments written yet.

Please login to write comment.