Color Hex Logo

#620199 Color Hex

#620199
(98,1,153)
0 Favorites   0 Comments

Color spaces of #620199

RGB 981153
HSL0.770.990.30
HSV278°99°60°
CMYK 0.360.990.00   0.40
XYZ10.79764.918330.5172
Yxy4.91830.23350.1064
Hunter Lab22.177248.0975-66.0625
CIE-Lab26.500758.9657-57.6084

#620199 color RGB value is (98,1,153).

#620199 hex color red value is 98, green value is 1 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #620199 hue: 0.77 , saturation: 0.99 and the lightness value of 620199 is 0.30.

The process color (four color CMYK) of #620199 color hex is 0.36, 0.99, 0.00, 0.40. Web safe color of #620199 is #660099. Color #620199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000001 10011001
Octal 142 1 231
Decimal 98 1 153
Hex 62 1 99

RGB Percentages of Color #620199

%38.89
%0.40
%60.71

CMYK Percentages of Color #620199

%36
%99
%0
%40

Triadic Colors of #620199

#620199 #996201 #019962

Analogous Colors of #620199

#620199 #990184 #160199

Monochromatic Colors of #620199

#620199

Complementary Color

#620199 #389901

#620199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620199 Color CSS Codes

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

#620199 Text Font Color

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

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


#620199 Background Color

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

This div background color is #620199


#620199 Border Color

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

This div border color is #620199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620199


Comments

No comments written yet.

Please login to write comment.