Color Hex Logo

#674672 Color Hex

#674672
(103,70,114)
0 Favorites   0 Comments

Color spaces of #674672

RGB 10370114
HSL0.790.240.36
HSV285°39°45°
CMYK 0.100.390.00   0.55
XYZ10.82098.478816.9858
Yxy8.47880.29820.2337
Hunter Lab29.118415.3766-14.2031
CIE-Lab34.960822.6739-19.8009

#674672 color RGB value is (103,70,114).

#674672 hex color red value is 103, green value is 70 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #674672 hue: 0.79 , saturation: 0.24 and the lightness value of 674672 is 0.36.

The process color (four color CMYK) of #674672 color hex is 0.10, 0.39, 0.00, 0.55. Web safe color of #674672 is #663366. Color #674672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000110 01110010
Octal 147 106 162
Decimal 103 70 114
Hex 67 46 72

RGB Percentages of Color #674672

%35.89
%24.39
%39.72

CMYK Percentages of Color #674672

%10
%39
%0
%55

Triadic Colors of #674672

#674672 #726746 #467267

Analogous Colors of #674672

#674672 #724667 #514672

Monochromatic Colors of #674672

#674672

Complementary Color

#674672 #517246

#674672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674672 Color CSS Codes

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

#674672 Text Font Color

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

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


#674672 Background Color

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

This div background color is #674672


#674672 Border Color

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

This div border color is #674672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674672


Comments

No comments written yet.

Please login to write comment.