Color Hex Logo

#621570 Color Hex

#621570
(98,21,112)
0 Favorites   0 Comments

Color spaces of #621570

RGB 9821112
HSL0.810.680.26
HSV291°81°44°
CMYK 0.130.810.00   0.56
XYZ8.22984.302915.7260
Yxy4.30290.29120.1523
Hunter Lab20.743434.5175-30.4285
CIE-Lab24.648645.9917-34.8502

#621570 color RGB value is (98,21,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010101 01110000
Octal 142 25 160
Decimal 98 21 112
Hex 62 15 70

RGB Percentages of Color #621570

%42.42
%9.09
%48.48

CMYK Percentages of Color #621570

%13
%81
%0
%56

Triadic Colors of #621570

#621570 #706215 #157062

Analogous Colors of #621570

#621570 #701550 #351570

Monochromatic Colors of #621570

#621570

Complementary Color

#621570 #237015

#621570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621570 Color CSS Codes

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

#621570 Text Font Color

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

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


#621570 Background Color

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

This div background color is #621570


#621570 Border Color

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

This div border color is #621570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621570


Comments

No comments written yet.

Please login to write comment.