Color Hex Logo

#621070 Color Hex

#621070
(98,16,112)
0 Favorites   0 Comments

Color spaces of #621070

RGB 9816112
HSL0.810.750.25
HSV291°86°44°
CMYK 0.130.860.00   0.56
XYZ8.14694.137115.6984
Yxy4.13710.29110.1478
Hunter Lab20.339935.9014-31.5224
CIE-Lab24.119647.5264-35.7008

#621070 color RGB value is (98,16,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010000 01110000
Octal 142 20 160
Decimal 98 16 112
Hex 62 10 70

RGB Percentages of Color #621070

%43.36
%7.08
%49.56

CMYK Percentages of Color #621070

%13
%86
%0
%56

Triadic Colors of #621070

#621070 #706210 #107062

Analogous Colors of #621070

#621070 #70104e #321070

Monochromatic Colors of #621070

#621070

Complementary Color

#621070 #1e7010

#621070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621070 Color CSS Codes

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

#621070 Text Font Color

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

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


#621070 Background Color

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

This div background color is #621070


#621070 Border Color

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

This div border color is #621070


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,16,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 #621070">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621070


Comments

No comments written yet.

Please login to write comment.