Color Hex Logo

#620b05 Color Hex

#620B05
(98,11,5)
0 Favorites   0 Comments

Color spaces of #620b05

RGB 98115
HSL0.010.900.20
HSV95°38°
CMYK 0.000.890.95   0.62
XYZ5.18412.84700.4199
Yxy2.84700.61340.3369
Hunter Lab16.873125.314710.3357
CIE-Lab19.420436.944727.4775

#620b05 color RGB value is (98,11,5).

#620b05 hex color red value is 98, green value is 11 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #620b05 hue: 0.01 , saturation: 0.90 and the lightness value of 620b05 is 0.20.

The process color (four color CMYK) of #620b05 color hex is 0.00, 0.89, 0.95, 0.62. Web safe color of #620b05 is #660000. Color #620b05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001011 00000101
Octal 142 13 5
Decimal 98 11 5
Hex 62 B 5

RGB Percentages of Color #620b05

%85.96
%9.65
%4.39

CMYK Percentages of Color #620b05

%0
%89
%95
%62

Triadic Colors of #620b05

#620b05 #05620b #0b0562

Analogous Colors of #620b05

#620b05 #623a05 #62052d

Monochromatic Colors of #620b05

#620b05

Complementary Color

#620b05 #055c62

#620b05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620b05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620b05 Color CSS Codes

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

#620b05 Text Font Color

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

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


#620b05 Background Color

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

This div background color is #620b05


#620b05 Border Color

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

This div border color is #620b05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620b05


Comments

No comments written yet.

Please login to write comment.