Color Hex Logo

#674990 Color Hex

#674990
(103,73,144)
0 Favorites   0 Comments

Color spaces of #674990

RGB 10373144
HSL0.740.330.43
HSV265°49°56°
CMYK 0.280.490.00   0.44
XYZ13.01019.662327.5649
Yxy9.66230.25900.1923
Hunter Lab31.084220.3126-30.8183
CIE-Lab37.229428.2450-34.7460

#674990 color RGB value is (103,73,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001001 10010000
Octal 147 111 220
Decimal 103 73 144
Hex 67 49 90

RGB Percentages of Color #674990

%32.19
%22.81
%45.00

CMYK Percentages of Color #674990

%28
%49
%0
%44

Triadic Colors of #674990

#674990 #906749 #499067

Analogous Colors of #674990

#674990 #8b4990 #494f90

Monochromatic Colors of #674990

#674990

Complementary Color

#674990 #729049

#674990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674990 Color CSS Codes

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

#674990 Text Font Color

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

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


#674990 Background Color

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

This div background color is #674990


#674990 Border Color

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

This div border color is #674990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,73,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 #674990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674990


Comments

No comments written yet.

Please login to write comment.