Color Hex Logo

#621001 Color Hex

#621001
(98,16,1)
0 Favorites   0 Comments

Color spaces of #621001

RGB 98161
HSL0.030.980.19
HSV99°38°
CMYK 0.000.840.99   0.62
XYZ5.22782.96940.3263
Yxy2.96940.61330.3484
Hunter Lab17.231923.997110.9397
CIE-Lab19.920935.318629.6792

#621001 color RGB value is (98,16,1).

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

The process color (four color CMYK) of #621001 color hex is 0.00, 0.84, 0.99, 0.62. Web safe color of #621001 is #660000. Color #621001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010000 00000001
Octal 142 20 1
Decimal 98 16 1
Hex 62 10 1

RGB Percentages of Color #621001

%85.22
%13.91
%0.87

CMYK Percentages of Color #621001

%0
%84
%99
%62

Triadic Colors of #621001

#621001 #016210 #100162

Analogous Colors of #621001

#621001 #624101 #620123

Monochromatic Colors of #621001

#621001

Complementary Color

#621001 #015362

#621001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621001 Color CSS Codes

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

#621001 Text Font Color

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

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


#621001 Background Color

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

This div background color is #621001


#621001 Border Color

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

This div border color is #621001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621001


Comments

No comments written yet.

Please login to write comment.