Color Hex Logo

#620c70 Color Hex

#620C70
(98,12,112)
0 Favorites   0 Comments

Color spaces of #620c70

RGB 9812112
HSL0.810.810.24
HSV292°89°44°
CMYK 0.130.890.00   0.56
XYZ8.09314.029515.6804
Yxy4.02950.29110.1449
Hunter Lab20.073636.8372-32.2625
CIE-Lab23.768748.5524-36.2657

#620c70 color RGB value is (98,12,112).

#620c70 hex color red value is 98, green value is 12 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #620c70 hue: 0.81 , saturation: 0.81 and the lightness value of 620c70 is 0.24.

The process color (four color CMYK) of #620c70 color hex is 0.13, 0.89, 0.00, 0.56. Web safe color of #620c70 is #660066. Color #620c70 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001100 01110000
Octal 142 14 160
Decimal 98 12 112
Hex 62 C 70

RGB Percentages of Color #620c70

%44.14
%5.41
%50.45

CMYK Percentages of Color #620c70

%13
%89
%0
%56

Triadic Colors of #620c70

#620c70 #70620c #0c7062

Analogous Colors of #620c70

#620c70 #700c4c #300c70

Monochromatic Colors of #620c70

#620c70

Complementary Color

#620c70 #1a700c

#620c70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620c70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620c70 Color CSS Codes

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

#620c70 Text Font Color

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

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


#620c70 Background Color

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

This div background color is #620c70


#620c70 Border Color

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

This div border color is #620c70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620c70


Comments

No comments written yet.

Please login to write comment.