Color Hex Logo

#620563 Color Hex

#620563
(98,5,99)
0 Favorites   0 Comments

Color spaces of #620563

RGB 98599
HSL0.830.900.20
HSV299°95°39°
CMYK 0.010.950.00   0.61
XYZ7.34343.606112.1134
Yxy3.60610.31840.1564
Hunter Lab18.989735.7946-24.5278
CIE-Lab22.324047.7663-30.1146

#620563 color RGB value is (98,5,99).

#620563 hex color red value is 98, green value is 5 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #620563 hue: 0.83 , saturation: 0.90 and the lightness value of 620563 is 0.20.

The process color (four color CMYK) of #620563 color hex is 0.01, 0.95, 0.00, 0.61. Web safe color of #620563 is #660066. Color #620563 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000101 01100011
Octal 142 5 143
Decimal 98 5 99
Hex 62 5 63

RGB Percentages of Color #620563

%48.51
%2.48
%49.01

CMYK Percentages of Color #620563

%1
%95
%0
%61

Triadic Colors of #620563

#620563 #636205 #056362

Analogous Colors of #620563

#620563 #630535 #330563

Monochromatic Colors of #620563

#620563

Complementary Color

#620563 #066305

#620563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620563 Color CSS Codes

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

#620563 Text Font Color

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

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


#620563 Background Color

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

This div background color is #620563


#620563 Border Color

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

This div border color is #620563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620563


Comments

No comments written yet.

Please login to write comment.