Color Hex Logo

#674090 Color Hex

#674090
(103,64,144)
0 Favorites   0 Comments

Color spaces of #674090

RGB 10364144
HSL0.750.380.41
HSV269°56°56°
CMYK 0.280.560.00   0.44
XYZ12.46108.564027.3818
Yxy8.56400.25740.1769
Hunter Lab29.264324.7943-34.9910
CIE-Lab35.130933.6127-38.0833

#674090 color RGB value is (103,64,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000000 10010000
Octal 147 100 220
Decimal 103 64 144
Hex 67 40 90

RGB Percentages of Color #674090

%33.12
%20.58
%46.30

CMYK Percentages of Color #674090

%28
%56
%0
%44

Triadic Colors of #674090

#674090 #906740 #409067

Analogous Colors of #674090

#674090 #8f4090 #404190

Monochromatic Colors of #674090

#674090

Complementary Color

#674090 #699040

#674090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674090 Color CSS Codes

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

#674090 Text Font Color

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

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


#674090 Background Color

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

This div background color is #674090


#674090 Border Color

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

This div border color is #674090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674090


Comments

No comments written yet.

Please login to write comment.