Color Hex Logo

#620973 Color Hex

#620973
(98,9,115)
0 Favorites   0 Comments

Color spaces of #620973

RGB 989115
HSL0.810.850.24
HSV290°92°45°
CMYK 0.150.920.00   0.55
XYZ8.22924.029816.5638
Yxy4.02980.28550.1398
Hunter Lab20.074438.0434-34.8694
CIE-Lab23.769749.7744-38.1968

#620973 color RGB value is (98,9,115).

#620973 hex color red value is 98, green value is 9 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #620973 hue: 0.81 , saturation: 0.85 and the lightness value of 620973 is 0.24.

The process color (four color CMYK) of #620973 color hex is 0.15, 0.92, 0.00, 0.55. Web safe color of #620973 is #660066. Color #620973 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001001 01110011
Octal 142 11 163
Decimal 98 9 115
Hex 62 9 73

RGB Percentages of Color #620973

%44.14
%4.05
%51.80

CMYK Percentages of Color #620973

%15
%92
%0
%55

Triadic Colors of #620973

#620973 #736209 #097362

Analogous Colors of #620973

#620973 #73094f #2d0973

Monochromatic Colors of #620973

#620973

Complementary Color

#620973 #1a7309

#620973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620973 Color CSS Codes

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

#620973 Text Font Color

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

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


#620973 Background Color

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

This div background color is #620973


#620973 Border Color

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

This div border color is #620973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620973


Comments

No comments written yet.

Please login to write comment.