Color Hex Logo

#730469 Color Hex

#730469
(115,4,105)
0 Favorites   0 Comments

Color spaces of #730469

RGB 1154105
HSL0.850.930.23
HSV305°97°45°
CMYK 0.000.970.09   0.55
XYZ9.66344.751613.7724
Yxy4.75160.34280.1686
Hunter Lab21.798240.9845-22.2016
CIE-Lab26.015052.2648-27.9556

#730469 color RGB value is (115,4,105).

#730469 hex color red value is 115, green value is 4 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #730469 hue: 0.85 , saturation: 0.93 and the lightness value of 730469 is 0.23.

The process color (four color CMYK) of #730469 color hex is 0.00, 0.97, 0.09, 0.55. Web safe color of #730469 is #660066. Color #730469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000100 01101001
Octal 163 4 151
Decimal 115 4 105
Hex 73 4 69

RGB Percentages of Color #730469

%51.34
%1.79
%46.88

CMYK Percentages of Color #730469

%0
%97
%9
%55

Triadic Colors of #730469

#730469 #697304 #046973

Analogous Colors of #730469

#730469 #730432 #460473

Monochromatic Colors of #730469

#730469

Complementary Color

#730469 #04730e

#730469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730469 Color CSS Codes

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

#730469 Text Font Color

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

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


#730469 Background Color

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

This div background color is #730469


#730469 Border Color

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

This div border color is #730469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730469


Comments

No comments written yet.

Please login to write comment.