Color Hex Logo

#620493 Color Hex

#620493
(98,4,147)
0 Favorites   0 Comments

Color spaces of #620493

RGB 984147
HSL0.780.950.30
HSV279°97°58°
CMYK 0.330.970.00   0.42
XYZ10.34694.790127.9830
Yxy4.79010.24000.1111
Hunter Lab21.886346.0861-60.4856
CIE-Lab26.128257.1541-54.5225

#620493 color RGB value is (98,4,147).

#620493 hex color red value is 98, green value is 4 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #620493 hue: 0.78 , saturation: 0.95 and the lightness value of 620493 is 0.30.

The process color (four color CMYK) of #620493 color hex is 0.33, 0.97, 0.00, 0.42. Web safe color of #620493 is #660099. Color #620493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000100 10010011
Octal 142 4 223
Decimal 98 4 147
Hex 62 4 93

RGB Percentages of Color #620493

%39.36
%1.61
%59.04

CMYK Percentages of Color #620493

%33
%97
%0
%42

Triadic Colors of #620493

#620493 #936204 #049362

Analogous Colors of #620493

#620493 #93047d #1a0493

Monochromatic Colors of #620493

#620493

Complementary Color

#620493 #359304

#620493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620493 Color CSS Codes

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

#620493 Text Font Color

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

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


#620493 Background Color

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

This div background color is #620493


#620493 Border Color

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

This div border color is #620493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620493


Comments

No comments written yet.

Please login to write comment.