Color Hex Logo

#673065 Color Hex

#673065
(103,48,101)
0 Favorites   0 Comments

Color spaces of #673065

RGB 10348101
HSL0.840.360.30
HSV302°53°40°
CMYK 0.000.530.02   0.60
XYZ8.99945.937112.9836
Yxy5.93710.32230.2126
Hunter Lab24.366223.2864-14.5366
CIE-Lab29.253232.8347-20.4180

#673065 color RGB value is (103,48,101).

#673065 hex color red value is 103, green value is 48 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #673065 hue: 0.84 , saturation: 0.36 and the lightness value of 673065 is 0.30.

The process color (four color CMYK) of #673065 color hex is 0.00, 0.53, 0.02, 0.60. Web safe color of #673065 is #663366. Color #673065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110000 01100101
Octal 147 60 145
Decimal 103 48 101
Hex 67 30 65

RGB Percentages of Color #673065

%40.87
%19.05
%40.08

CMYK Percentages of Color #673065

%0
%53
%2
%60

Triadic Colors of #673065

#673065 #656730 #306567

Analogous Colors of #673065

#673065 #67304a #4e3067

Monochromatic Colors of #673065

#673065

Complementary Color

#673065 #306732

#673065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#673065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#673065 Color CSS Codes

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

#673065 Text Font Color

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

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


#673065 Background Color

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

This div background color is #673065


#673065 Border Color

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

This div border color is #673065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #673065


Comments

No comments written yet.

Please login to write comment.