Color Hex Logo

#674370 Color Hex

#674370
(103,67,112)
0 Favorites   0 Comments

Color spaces of #674370

RGB 10367112
HSL0.800.250.35
HSV288°40°44°
CMYK 0.080.400.00   0.56
XYZ10.52538.067716.3317
Yxy8.06770.30140.2310
Hunter Lab28.403716.4387-14.2083
CIE-Lab34.123524.0560-19.8444

#674370 color RGB value is (103,67,112).

#674370 hex color red value is 103, green value is 67 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #674370 hue: 0.80 , saturation: 0.25 and the lightness value of 674370 is 0.35.

The process color (four color CMYK) of #674370 color hex is 0.08, 0.40, 0.00, 0.56. Web safe color of #674370 is #663366. Color #674370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000011 01110000
Octal 147 103 160
Decimal 103 67 112
Hex 67 43 70

RGB Percentages of Color #674370

%36.52
%23.76
%39.72

CMYK Percentages of Color #674370

%8
%40
%0
%56

Triadic Colors of #674370

#674370 #706743 #437067

Analogous Colors of #674370

#674370 #704363 #514370

Monochromatic Colors of #674370

#674370

Complementary Color

#674370 #4c7043

#674370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674370 Color CSS Codes

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

#674370 Text Font Color

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

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


#674370 Background Color

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

This div background color is #674370


#674370 Border Color

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

This div border color is #674370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674370


Comments

No comments written yet.

Please login to write comment.