Color Hex Logo

#620993 Color Hex

#620993
(98,9,147)
0 Favorites   0 Comments

Color spaces of #620993

RGB 989147
HSL0.770.880.31
HSV279°94°58°
CMYK 0.330.940.00   0.42
XYZ10.40124.898628.0011
Yxy4.89860.24020.1131
Hunter Lab22.132845.1529-59.5173
CIE-Lab26.443956.2102-54.0056

#620993 color RGB value is (98,9,147).

#620993 hex color red value is 98, green value is 9 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #620993 hue: 0.77 , saturation: 0.88 and the lightness value of 620993 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001001 10010011
Octal 142 11 223
Decimal 98 9 147
Hex 62 9 93

RGB Percentages of Color #620993

%38.58
%3.54
%57.87

CMYK Percentages of Color #620993

%33
%94
%0
%42

Triadic Colors of #620993

#620993 #936209 #099362

Analogous Colors of #620993

#620993 #93097f #1d0993

Monochromatic Colors of #620993

#620993

Complementary Color

#620993 #3a9309

#620993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620993 Color CSS Codes

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

#620993 Text Font Color

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

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


#620993 Background Color

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

This div background color is #620993


#620993 Border Color

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

This div border color is #620993


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,9,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 #620993">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620993


Comments

No comments written yet.

Please login to write comment.