Color Hex Logo

#674396 Color Hex

#674396
(103,67,150)
0 Favorites   0 Comments

Color spaces of #674396

RGB 10367150
HSL0.740.380.43
HSV266°55°59°
CMYK 0.310.550.00   0.41
XYZ13.10579.099929.9199
Yxy9.09990.25140.1746
Hunter Lab30.166024.7591-37.6900
CIE-Lab36.175933.4154-40.0674

#674396 color RGB value is (103,67,150).

#674396 hex color red value is 103, green value is 67 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #674396 hue: 0.74 , saturation: 0.38 and the lightness value of 674396 is 0.43.

The process color (four color CMYK) of #674396 color hex is 0.31, 0.55, 0.00, 0.41. Web safe color of #674396 is #663399. Color #674396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000011 10010110
Octal 147 103 226
Decimal 103 67 150
Hex 67 43 96

RGB Percentages of Color #674396

%32.19
%20.94
%46.88

CMYK Percentages of Color #674396

%31
%55
%0
%41

Triadic Colors of #674396

#674396 #966743 #439667

Analogous Colors of #674396

#674396 #914396 #434996

Monochromatic Colors of #674396

#674396

Complementary Color

#674396 #729643

#674396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674396 Color CSS Codes

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

#674396 Text Font Color

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

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


#674396 Background Color

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

This div background color is #674396


#674396 Border Color

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

This div border color is #674396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674396


Comments

No comments written yet.

Please login to write comment.