Color Hex Logo

#674189 Color Hex

#674189
(103,65,137)
0 Favorites   0 Comments

Color spaces of #674189

RGB 10365137
HSL0.750.360.40
HSV272°53°54°
CMYK 0.250.530.00   0.46
XYZ11.99928.470324.6694
Yxy8.47030.26580.1876
Hunter Lab29.103822.6622-29.8837
CIE-Lab34.943831.2421-34.0919

#674189 color RGB value is (103,65,137).

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

The process color (four color CMYK) of #674189 color hex is 0.25, 0.53, 0.00, 0.46. Web safe color of #674189 is #663399. Color #674189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000001 10001001
Octal 147 101 211
Decimal 103 65 137
Hex 67 41 89

RGB Percentages of Color #674189

%33.77
%21.31
%44.92

CMYK Percentages of Color #674189

%25
%53
%0
%46

Triadic Colors of #674189

#674189 #896741 #418967

Analogous Colors of #674189

#674189 #894187 #434189

Monochromatic Colors of #674189

#674189

Complementary Color

#674189 #638941

#674189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674189 Color CSS Codes

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

#674189 Text Font Color

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

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


#674189 Background Color

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

This div background color is #674189


#674189 Border Color

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

This div border color is #674189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674189


Comments

No comments written yet.

Please login to write comment.