Color Hex Logo

#620775 Color Hex

#620775
(98,7,117)
0 Favorites   0 Comments

Color spaces of #620775

RGB 987117
HSL0.800.890.24
HSV290°94°46°
CMYK 0.160.940.00   0.54
XYZ8.32394.033017.1693
Yxy4.03300.28190.1366
Hunter Lab20.082338.8422-36.6321
CIE-Lab23.780250.5743-39.4641

#620775 color RGB value is (98,7,117).

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

The process color (four color CMYK) of #620775 color hex is 0.16, 0.94, 0.00, 0.54. Web safe color of #620775 is #660066. Color #620775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000111 01110101
Octal 142 7 165
Decimal 98 7 117
Hex 62 7 75

RGB Percentages of Color #620775

%44.14
%3.15
%52.70

CMYK Percentages of Color #620775

%16
%94
%0
%54

Triadic Colors of #620775

#620775 #756207 #077562

Analogous Colors of #620775

#620775 #750751 #2b0775

Monochromatic Colors of #620775

#620775

Complementary Color

#620775 #1a7507

#620775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620775 Color CSS Codes

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

#620775 Text Font Color

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

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


#620775 Background Color

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

This div background color is #620775


#620775 Border Color

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

This div border color is #620775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620775


Comments

No comments written yet.

Please login to write comment.