Color Hex Logo

#674878 Color Hex

#674878
(103,72,120)
0 Favorites   0 Comments

Color spaces of #674878

RGB 10372120
HSL0.770.250.38
HSV279°40°47°
CMYK 0.140.400.00   0.53
XYZ11.30108.874418.8866
Yxy8.87440.28930.2272
Hunter Lab29.789915.5827-16.7365
CIE-Lab35.741322.8417-22.3301

#674878 color RGB value is (103,72,120).

#674878 hex color red value is 103, green value is 72 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #674878 hue: 0.77 , saturation: 0.25 and the lightness value of 674878 is 0.38.

The process color (four color CMYK) of #674878 color hex is 0.14, 0.40, 0.00, 0.53. Web safe color of #674878 is #663366. Color #674878 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001000 01111000
Octal 147 110 170
Decimal 103 72 120
Hex 67 48 78

RGB Percentages of Color #674878

%34.92
%24.41
%40.68

CMYK Percentages of Color #674878

%14
%40
%0
%53

Triadic Colors of #674878

#674878 #786748 #487867

Analogous Colors of #674878

#674878 #784871 #4f4878

Monochromatic Colors of #674878

#674878

Complementary Color

#674878 #597848

#674878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674878 Color CSS Codes

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

#674878 Text Font Color

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

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


#674878 Background Color

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

This div background color is #674878


#674878 Border Color

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

This div border color is #674878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674878


Comments

No comments written yet.

Please login to write comment.