Color Hex Logo

#671963 Color Hex

#671963
(103,25,99)
0 Favorites   0 Comments

Color spaces of #671963

RGB 1032599
HSL0.840.610.25
HSV303°76°40°
CMYK 0.000.760.04   0.60
XYZ8.19334.479712.2372
Yxy4.47970.32890.1798
Hunter Lab21.165332.0599-19.4641
CIE-Lab25.197843.2966-25.4863

#671963 color RGB value is (103,25,99).

#671963 hex color red value is 103, green value is 25 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #671963 hue: 0.84 , saturation: 0.61 and the lightness value of 671963 is 0.25.

The process color (four color CMYK) of #671963 color hex is 0.00, 0.76, 0.04, 0.60. Web safe color of #671963 is #660066. Color #671963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011001 01100011
Octal 147 31 143
Decimal 103 25 99
Hex 67 19 63

RGB Percentages of Color #671963

%45.37
%11.01
%43.61

CMYK Percentages of Color #671963

%0
%76
%4
%60

Triadic Colors of #671963

#671963 #636719 #196367

Analogous Colors of #671963

#671963 #67193c #441967

Monochromatic Colors of #671963

#671963

Complementary Color

#671963 #19671d

#671963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671963 Color CSS Codes

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

#671963 Text Font Color

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

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


#671963 Background Color

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

This div background color is #671963


#671963 Border Color

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

This div border color is #671963


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,25,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671963


Comments

No comments written yet.

Please login to write comment.