Color Hex Logo

#620377 Color Hex

#620377
(98,3,119)
0 Favorites   0 Comments

Color spaces of #620377

RGB 983119
HSL0.800.950.24
HSV289°97°47°
CMYK 0.180.970.00   0.53
XYZ8.39933.993717.7809
Yxy3.99370.27840.1324
Hunter Lab19.984240.0504-38.7641
CIE-Lab23.650651.8015-40.9556

#620377 color RGB value is (98,3,119).

#620377 hex color red value is 98, green value is 3 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #620377 hue: 0.80 , saturation: 0.95 and the lightness value of 620377 is 0.24.

The process color (four color CMYK) of #620377 color hex is 0.18, 0.97, 0.00, 0.53. Web safe color of #620377 is #660066. Color #620377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000011 01110111
Octal 142 3 167
Decimal 98 3 119
Hex 62 3 77

RGB Percentages of Color #620377

%44.55
%1.36
%54.09

CMYK Percentages of Color #620377

%18
%97
%0
%53

Triadic Colors of #620377

#620377 #776203 #037762

Analogous Colors of #620377

#620377 #770352 #280377

Monochromatic Colors of #620377

#620377

Complementary Color

#620377 #187703

#620377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620377 Color CSS Codes

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

#620377 Text Font Color

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

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


#620377 Background Color

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

This div background color is #620377


#620377 Border Color

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

This div border color is #620377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620377


Comments

No comments written yet.

Please login to write comment.