Color Hex Logo

#620171 Color Hex

#620171
(98,1,113)
0 Favorites   0 Comments

Color spaces of #620171

RGB 981113
HSL0.810.980.22
HSV292°99°44°
CMYK 0.130.990.00   0.56
XYZ8.02853.810615.9352
Yxy3.81060.28910.1372
Hunter Lab19.520839.2522-34.7351
CIE-Lab23.035151.1276-38.0952

#620171 color RGB value is (98,1,113).

#620171 hex color red value is 98, green value is 1 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #620171 hue: 0.81 , saturation: 0.98 and the lightness value of 620171 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000001 01110001
Octal 142 1 161
Decimal 98 1 113
Hex 62 1 71

RGB Percentages of Color #620171

%46.23
%0.47
%53.30

CMYK Percentages of Color #620171

%13
%99
%0
%56

Triadic Colors of #620171

#620171 #716201 #017162

Analogous Colors of #620171

#620171 #710148 #2a0171

Monochromatic Colors of #620171

#620171

Complementary Color

#620171 #107101

#620171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620171 Color CSS Codes

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

#620171 Text Font Color

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

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


#620171 Background Color

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

This div background color is #620171


#620171 Border Color

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

This div border color is #620171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620171


Comments

No comments written yet.

Please login to write comment.