Color Hex Logo

#610401 Color Hex

#610401
(97,4,1)
0 Favorites   0 Comments

Color spaces of #610401

RGB 9741
HSL0.010.980.19
HSV99°38°
CMYK 0.000.960.99   0.62
XYZ4.97872.63040.2740
Yxy2.63040.63160.3337
Hunter Lab16.218526.412910.3513
CIE-Lab18.498438.380927.9746

#610401 color RGB value is (97,4,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000100 00000001
Octal 141 4 1
Decimal 97 4 1
Hex 61 4 1

RGB Percentages of Color #610401

%95.10
%3.92
%0.98

CMYK Percentages of Color #610401

%0
%96
%99
%62

Triadic Colors of #610401

#610401 #016104 #040161

Analogous Colors of #610401

#610401 #613401 #61012e

Monochromatic Colors of #610401

#610401

Complementary Color

#610401 #015e61

#610401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#610401 Color CSS Codes

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

#610401 Text Font Color

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

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


#610401 Background Color

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

This div background color is #610401


#610401 Border Color

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

This div border color is #610401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610401


Comments

No comments written yet.

Please login to write comment.