Color Hex Logo

#674062 Color Hex

#674062
(103,64,98)
0 Favorites   0 Comments

Color spaces of #674062

RGB 1036498
HSL0.850.230.33
HSV308°38°40°
CMYK 0.000.380.05   0.60
XYZ9.63157.432212.4822
Yxy7.43220.32600.2515
Hunter Lab27.262115.3542-8.0631
CIE-Lab32.771222.8861-13.0686

#674062 color RGB value is (103,64,98).

#674062 hex color red value is 103, green value is 64 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #674062 hue: 0.85 , saturation: 0.23 and the lightness value of 674062 is 0.33.

The process color (four color CMYK) of #674062 color hex is 0.00, 0.38, 0.05, 0.60. Web safe color of #674062 is #663366. Color #674062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000000 01100010
Octal 147 100 142
Decimal 103 64 98
Hex 67 40 62

RGB Percentages of Color #674062

%38.87
%24.15
%36.98

CMYK Percentages of Color #674062

%0
%38
%5
%60

Triadic Colors of #674062

#674062 #626740 #406267

Analogous Colors of #674062

#674062 #67404f #594067

Monochromatic Colors of #674062

#674062

Complementary Color

#674062 #406745

#674062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674062 Color CSS Codes

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

#674062 Text Font Color

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

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


#674062 Background Color

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

This div background color is #674062


#674062 Border Color

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

This div border color is #674062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674062


Comments

No comments written yet.

Please login to write comment.