Color Hex Logo

#674d87 Color Hex

#674D87
(103,77,135)
0 Favorites   0 Comments

Color spaces of #674d87

RGB 10377135
HSL0.740.270.42
HSV267°43°53°
CMYK 0.240.430.00   0.47
XYZ12.62069.940624.1752
Yxy9.94060.27000.2127
Hunter Lab31.528716.2763-23.3916
CIE-Lab37.735623.4654-28.4587

#674d87 color RGB value is (103,77,135).

#674d87 hex color red value is 103, green value is 77 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #674d87 hue: 0.74 , saturation: 0.27 and the lightness value of 674d87 is 0.42.

The process color (four color CMYK) of #674d87 color hex is 0.24, 0.43, 0.00, 0.47. Web safe color of #674d87 is #666699. Color #674d87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001101 10000111
Octal 147 115 207
Decimal 103 77 135
Hex 67 4D 87

RGB Percentages of Color #674d87

%32.70
%24.44
%42.86

CMYK Percentages of Color #674d87

%24
%43
%0
%47

Triadic Colors of #674d87

#674d87 #87674d #4d8767

Analogous Colors of #674d87

#674d87 #844d87 #4d5087

Monochromatic Colors of #674d87

#674d87

Complementary Color

#674d87 #6d874d

#674d87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674d87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674d87 Color CSS Codes

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

#674d87 Text Font Color

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

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


#674d87 Background Color

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

This div background color is #674d87


#674d87 Border Color

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

This div border color is #674d87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,77,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #674d87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #674d87;
  -webkit-box-shadow: 1px 1px 3px 2px #674d87;
  box-shadow:         1px 1px 3px 2px #674d87; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674d87


Comments

No comments written yet.

Please login to write comment.