Color Hex Logo

#674eaa Color Hex

#674EAA
(103,78,170)
0 Favorites   0 Comments

Color spaces of #674eaa

RGB 10378170
HSL0.710.370.49
HSV256°54°67°
CMYK 0.390.540.00   0.33
XYZ15.573611.234639.3779
Yxy11.23460.23530.1697
Hunter Lab33.518124.2804-46.1928
CIE-Lab39.972832.3404-45.9883

#674eaa color RGB value is (103,78,170).

#674eaa hex color red value is 103, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #674eaa hue: 0.71 , saturation: 0.37 and the lightness value of 674eaa is 0.49.

The process color (four color CMYK) of #674eaa color hex is 0.39, 0.54, 0.00, 0.33. Web safe color of #674eaa is #666699. Color #674eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001110 10101010
Octal 147 116 252
Decimal 103 78 170
Hex 67 4E AA

RGB Percentages of Color #674eaa

%29.34
%22.22
%48.43

CMYK Percentages of Color #674eaa

%39
%54
%0
%33

Triadic Colors of #674eaa

#674eaa #aa674e #4eaa67

Analogous Colors of #674eaa

#674eaa #954eaa #4e63aa

Monochromatic Colors of #674eaa

#674eaa

Complementary Color

#674eaa #91aa4e

#674eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#674eaa Color CSS Codes

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

#674eaa Text Font Color

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

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


#674eaa Background Color

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

This div background color is #674eaa


#674eaa Border Color

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

This div border color is #674eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674eaa


Comments

No comments written yet.

Please login to write comment.