Color Hex Logo

#674aad Color Hex

#674AAD
(103,74,173)
0 Favorites   0 Comments

Color spaces of #674aad

RGB 10374173
HSL0.720.400.48
HSV258°57°68°
CMYK 0.400.570.00   0.32
XYZ15.585110.798340.7980
Yxy10.79830.23200.1607
Hunter Lab32.860827.1521-50.6084
CIE-Lab39.238735.5723-48.9469

#674aad color RGB value is (103,74,173).

#674aad hex color red value is 103, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #674aad hue: 0.72 , saturation: 0.40 and the lightness value of 674aad is 0.48.

The process color (four color CMYK) of #674aad color hex is 0.40, 0.57, 0.00, 0.32. Web safe color of #674aad is #663399. Color #674aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001010 10101101
Octal 147 112 255
Decimal 103 74 173
Hex 67 4A AD

RGB Percentages of Color #674aad

%29.43
%21.14
%49.43

CMYK Percentages of Color #674aad

%40
%57
%0
%32

Triadic Colors of #674aad

#674aad #ad674a #4aad67

Analogous Colors of #674aad

#674aad #994aad #4a5ead

Monochromatic Colors of #674aad

#674aad

Complementary Color

#674aad #90ad4a

#674aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#674aad Color CSS Codes

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

#674aad Text Font Color

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

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


#674aad Background Color

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

This div background color is #674aad


#674aad Border Color

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

This div border color is #674aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674aad


Comments

No comments written yet.

Please login to write comment.