Color Hex Logo

#730678 Color Hex

#730678
(115,6,120)
0 Favorites   0 Comments

Color spaces of #730678

RGB 1156120
HSL0.830.900.25
HSV297°95°47°
CMYK 0.040.950.00   0.53
XYZ10.52555.131218.2050
Yxy5.13120.31080.1515
Hunter Lab22.652243.3002-31.7935
CIE-Lab27.105354.3081-35.8615

#730678 color RGB value is (115,6,120).

#730678 hex color red value is 115, green value is 6 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #730678 hue: 0.83 , saturation: 0.90 and the lightness value of 730678 is 0.25.

The process color (four color CMYK) of #730678 color hex is 0.04, 0.95, 0.00, 0.53. Web safe color of #730678 is #660066. Color #730678 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000110 01111000
Octal 163 6 170
Decimal 115 6 120
Hex 73 6 78

RGB Percentages of Color #730678

%47.72
%2.49
%49.79

CMYK Percentages of Color #730678

%4
%95
%0
%53

Triadic Colors of #730678

#730678 #787306 #067873

Analogous Colors of #730678

#730678 #780644 #3a0678

Monochromatic Colors of #730678

#730678

Complementary Color

#730678 #0b7806

#730678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730678 Color CSS Codes

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

#730678 Text Font Color

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

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


#730678 Background Color

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

This div background color is #730678


#730678 Border Color

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

This div border color is #730678


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,6,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #730678; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #730678;
  -webkit-box-shadow: 1px 1px 3px 2px #730678;
  box-shadow:         1px 1px 3px 2px #730678; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730678


Comments

No comments written yet.

Please login to write comment.