Color Hex Logo

#620127 Color Hex

#620127
(98,1,39)
0 Favorites   0 Comments

Color spaces of #620127

RGB 98139
HSL0.930.980.19
HSV336°99°38°
CMYK 0.000.990.60   0.62
XYZ5.41412.76492.1678
Yxy2.76490.52330.2672
Hunter Lab16.628029.02093.9099
CIE-Lab19.076641.19036.2706

#620127 color RGB value is (98,1,39).

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

The process color (four color CMYK) of #620127 color hex is 0.00, 0.99, 0.60, 0.62. Web safe color of #620127 is #660033. Color #620127 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000001 00100111
Octal 142 1 47
Decimal 98 1 39
Hex 62 1 27

RGB Percentages of Color #620127

%71.01
%0.72
%28.26

CMYK Percentages of Color #620127

%0
%99
%60
%62

Triadic Colors of #620127

#620127 #276201 #012762

Analogous Colors of #620127

#620127 #620b01 #620158

Monochromatic Colors of #620127

#620127

Complementary Color

#620127 #01623c

#620127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620127 Color CSS Codes

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

#620127 Text Font Color

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

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


#620127 Background Color

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

This div background color is #620127


#620127 Border Color

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

This div border color is #620127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620127


Comments

No comments written yet.

Please login to write comment.