Color Hex Logo

#674c80 Color Hex

#674C80
(103,76,128)
0 Favorites   0 Comments

Color spaces of #674c80

RGB 10376128
HSL0.750.250.40
HSV271°41°50°
CMYK 0.200.410.00   0.50
XYZ12.07429.611021.6408
Yxy9.61100.27870.2218
Hunter Lab31.001615.2676-19.6865
CIE-Lab37.135022.3184-25.1050

#674c80 color RGB value is (103,76,128).

#674c80 hex color red value is 103, green value is 76 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #674c80 hue: 0.75 , saturation: 0.25 and the lightness value of 674c80 is 0.40.

The process color (four color CMYK) of #674c80 color hex is 0.20, 0.41, 0.00, 0.50. Web safe color of #674c80 is #663399. Color #674c80 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001100 10000000
Octal 147 114 200
Decimal 103 76 128
Hex 67 4C 80

RGB Percentages of Color #674c80

%33.55
%24.76
%41.69

CMYK Percentages of Color #674c80

%20
%41
%0
%50

Triadic Colors of #674c80

#674c80 #80674c #4c8067

Analogous Colors of #674c80

#674c80 #804c7f #4d4c80

Monochromatic Colors of #674c80

#674c80

Complementary Color

#674c80 #65804c

#674c80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674c80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674c80 Color CSS Codes

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

#674c80 Text Font Color

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

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


#674c80 Background Color

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

This div background color is #674c80


#674c80 Border Color

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

This div border color is #674c80


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,76,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #674c80; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #674c80;
  -webkit-box-shadow: 1px 1px 3px 2px #674c80;
  box-shadow:         1px 1px 3px 2px #674c80; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674c80


Comments

No comments written yet.

Please login to write comment.