Color Hex Logo

#674790 Color Hex

#674790
(103,71,144)
0 Favorites   0 Comments

Color spaces of #674790

RGB 10371144
HSL0.740.340.42
HSV266°51°56°
CMYK 0.280.510.00   0.44
XYZ12.88089.403727.5218
Yxy9.40370.25860.1888
Hunter Lab30.665521.3131-31.7461
CIE-Lab36.750229.4539-35.5062

#674790 color RGB value is (103,71,144).

#674790 hex color red value is 103, green value is 71 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #674790 hue: 0.74 , saturation: 0.34 and the lightness value of 674790 is 0.42.

The process color (four color CMYK) of #674790 color hex is 0.28, 0.51, 0.00, 0.44. Web safe color of #674790 is #663399. Color #674790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000111 10010000
Octal 147 107 220
Decimal 103 71 144
Hex 67 47 90

RGB Percentages of Color #674790

%32.39
%22.33
%45.28

CMYK Percentages of Color #674790

%28
%51
%0
%44

Triadic Colors of #674790

#674790 #906747 #479067

Analogous Colors of #674790

#674790 #8c4790 #474c90

Monochromatic Colors of #674790

#674790

Complementary Color

#674790 #709047

#674790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674790 Color CSS Codes

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

#674790 Text Font Color

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

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


#674790 Background Color

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

This div background color is #674790


#674790 Border Color

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

This div border color is #674790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674790


Comments

No comments written yet.

Please login to write comment.