Color Hex Logo

#674174 Color Hex

#674174
(103,65,116)
0 Favorites   0 Comments

Color spaces of #674174

RGB 10365116
HSL0.790.280.35
HSV285°44°45°
CMYK 0.110.440.00   0.55
XYZ10.63627.925117.4921
Yxy7.92510.29500.2198
Hunter Lab28.151618.1755-17.1340
CIE-Lab33.826426.1768-22.8160

#674174 color RGB value is (103,65,116).

#674174 hex color red value is 103, green value is 65 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #674174 hue: 0.79 , saturation: 0.28 and the lightness value of 674174 is 0.35.

The process color (four color CMYK) of #674174 color hex is 0.11, 0.44, 0.00, 0.55. Web safe color of #674174 is #663366. Color #674174 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000001 01110100
Octal 147 101 164
Decimal 103 65 116
Hex 67 41 74

RGB Percentages of Color #674174

%36.27
%22.89
%40.85

CMYK Percentages of Color #674174

%11
%44
%0
%55

Triadic Colors of #674174

#674174 #746741 #417467

Analogous Colors of #674174

#674174 #744168 #4d4174

Monochromatic Colors of #674174

#674174

Complementary Color

#674174 #4e7441

#674174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674174 Color CSS Codes

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

#674174 Text Font Color

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

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


#674174 Background Color

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

This div background color is #674174


#674174 Border Color

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

This div border color is #674174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674174


Comments

No comments written yet.

Please login to write comment.