Color Hex Logo

#674092 Color Hex

#674092
(103,64,146)
0 Favorites   0 Comments

Color spaces of #674092

RGB 10364146
HSL0.750.390.41
HSV269°56°57°
CMYK 0.290.560.00   0.43
XYZ12.61528.625728.1942
Yxy8.62570.25520.1745
Hunter Lab29.369525.2750-36.3586
CIE-Lab35.253434.1281-39.1085

#674092 color RGB value is (103,64,146).

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

The process color (four color CMYK) of #674092 color hex is 0.29, 0.56, 0.00, 0.43. Web safe color of #674092 is #663399. Color #674092 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000000 10010010
Octal 147 100 222
Decimal 103 64 146
Hex 67 40 92

RGB Percentages of Color #674092

%32.91
%20.45
%46.65

CMYK Percentages of Color #674092

%29
%56
%0
%43

Triadic Colors of #674092

#674092 #926740 #409267

Analogous Colors of #674092

#674092 #904092 #404292

Monochromatic Colors of #674092

#674092

Complementary Color

#674092 #6b9240

#674092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674092 Color CSS Codes

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

#674092 Text Font Color

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

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


#674092 Background Color

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

This div background color is #674092


#674092 Border Color

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

This div border color is #674092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674092


Comments

No comments written yet.

Please login to write comment.