Color Hex Logo

#671449 Color Hex

#671449
(103,20,73)
0 Favorites   0 Comments

Color spaces of #671449

RGB 1032073
HSL0.890.670.24
HSV322°81°40°
CMYK 0.000.810.29   0.60
XYZ7.04633.86496.6780
Yxy3.86490.40060.2197
Hunter Lab19.659329.5741-6.3784
CIE-Lab23.219740.9939-11.2523

#671449 color RGB value is (103,20,73).

#671449 hex color red value is 103, green value is 20 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #671449 hue: 0.89 , saturation: 0.67 and the lightness value of 671449 is 0.24.

The process color (four color CMYK) of #671449 color hex is 0.00, 0.81, 0.29, 0.60. Web safe color of #671449 is #660033. Color #671449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010100 01001001
Octal 147 24 111
Decimal 103 20 73
Hex 67 14 49

RGB Percentages of Color #671449

%52.55
%10.20
%37.24

CMYK Percentages of Color #671449

%0
%81
%29
%60

Triadic Colors of #671449

#671449 #496714 #144967

Analogous Colors of #671449

#671449 #671420 #5c1467

Monochromatic Colors of #671449

#671449

Complementary Color

#671449 #146732

#671449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671449 Color CSS Codes

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

#671449 Text Font Color

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

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


#671449 Background Color

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

This div background color is #671449


#671449 Border Color

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

This div border color is #671449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671449


Comments

No comments written yet.

Please login to write comment.