Color Hex Logo

#675478 Color Hex

#675478
(103,84,120)
0 Favorites   0 Comments

Color spaces of #675478

RGB 10384120
HSL0.750.180.40
HSV272°30°47°
CMYK 0.140.300.00   0.53
XYZ12.154010.580319.1709
Yxy10.58030.29000.2525
Hunter Lab32.52749.7744-12.1750
CIE-Lab38.864415.4167-17.5024

#675478 color RGB value is (103,84,120).

#675478 hex color red value is 103, green value is 84 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #675478 hue: 0.75 , saturation: 0.18 and the lightness value of 675478 is 0.40.

The process color (four color CMYK) of #675478 color hex is 0.14, 0.30, 0.00, 0.53. Web safe color of #675478 is #666666. Color #675478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010100 01111000
Octal 147 124 170
Decimal 103 84 120
Hex 67 54 78

RGB Percentages of Color #675478

%33.55
%27.36
%39.09

CMYK Percentages of Color #675478

%14
%30
%0
%53

Triadic Colors of #675478

#675478 #786754 #547867

Analogous Colors of #675478

#675478 #785477 #555478

Monochromatic Colors of #675478

#675478

Complementary Color

#675478 #657854

#675478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675478 Color CSS Codes

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

#675478 Text Font Color

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

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


#675478 Background Color

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

This div background color is #675478


#675478 Border Color

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

This div border color is #675478


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,84,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 #675478">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675478


Comments

No comments written yet.

Please login to write comment.