Color Hex Logo

#674986 Color Hex

#674986
(103,73,134)
0 Favorites   0 Comments

Color spaces of #674986

RGB 10373134
HSL0.750.290.41
HSV270°46°53°
CMYK 0.230.460.00   0.47
XYZ12.27919.369923.7156
Yxy9.36990.27070.2065
Hunter Lab30.610318.0360-24.5083
CIE-Lab36.686925.6637-29.4944

#674986 color RGB value is (103,73,134).

#674986 hex color red value is 103, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #674986 hue: 0.75 , saturation: 0.29 and the lightness value of 674986 is 0.41.

The process color (four color CMYK) of #674986 color hex is 0.23, 0.46, 0.00, 0.47. Web safe color of #674986 is #663399. Color #674986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001001 10000110
Octal 147 111 206
Decimal 103 73 134
Hex 67 49 86

RGB Percentages of Color #674986

%33.23
%23.55
%43.23

CMYK Percentages of Color #674986

%23
%46
%0
%47

Triadic Colors of #674986

#674986 #866749 #498667

Analogous Colors of #674986

#674986 #864986 #494a86

Monochromatic Colors of #674986

#674986

Complementary Color

#674986 #688649

#674986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674986 Color CSS Codes

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

#674986 Text Font Color

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

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


#674986 Background Color

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

This div background color is #674986


#674986 Border Color

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

This div border color is #674986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674986


Comments

No comments written yet.

Please login to write comment.