Color Hex Logo

#620244 Color Hex

#620244
(98,2,68)
0 Favorites   0 Comments

Color spaces of #620244

RGB 98268
HSL0.890.960.20
HSV319°98°38°
CMYK 0.000.980.31   0.62
XYZ6.10213.05745.7374
Yxy3.05740.40960.2052
Hunter Lab17.485431.6938-7.2147
CIE-Lab20.272343.8628-12.4420

#620244 color RGB value is (98,2,68).

#620244 hex color red value is 98, green value is 2 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #620244 hue: 0.89 , saturation: 0.96 and the lightness value of 620244 is 0.20.

The process color (four color CMYK) of #620244 color hex is 0.00, 0.98, 0.31, 0.62. Web safe color of #620244 is #660033. Color #620244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000010 01000100
Octal 142 2 104
Decimal 98 2 68
Hex 62 2 44

RGB Percentages of Color #620244

%58.33
%1.19
%40.48

CMYK Percentages of Color #620244

%0
%98
%31
%62

Triadic Colors of #620244

#620244 #446202 #024462

Analogous Colors of #620244

#620244 #620214 #500262

Monochromatic Colors of #620244

#620244

Complementary Color

#620244 #026220

#620244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620244 Color CSS Codes

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

#620244 Text Font Color

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

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


#620244 Background Color

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

This div background color is #620244


#620244 Border Color

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

This div border color is #620244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620244


Comments

No comments written yet.

Please login to write comment.