Color Hex Logo

#674693 Color Hex

#674693
(103,70,147)
0 Favorites   0 Comments

Color spaces of #674693

RGB 10370147
HSL0.740.350.43
HSV266°52°58°
CMYK 0.300.520.00   0.42
XYZ13.05019.370528.7246
Yxy9.37050.25520.1832
Hunter Lab30.611322.5278-34.2079
CIE-Lab36.688130.8421-37.4294

#674693 color RGB value is (103,70,147).

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

The process color (four color CMYK) of #674693 color hex is 0.30, 0.52, 0.00, 0.42. Web safe color of #674693 is #663399. Color #674693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000110 10010011
Octal 147 106 223
Decimal 103 70 147
Hex 67 46 93

RGB Percentages of Color #674693

%32.19
%21.88
%45.94

CMYK Percentages of Color #674693

%30
%52
%0
%42

Triadic Colors of #674693

#674693 #936746 #469367

Analogous Colors of #674693

#674693 #8e4693 #464c93

Monochromatic Colors of #674693

#674693

Complementary Color

#674693 #729346

#674693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674693 Color CSS Codes

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

#674693 Text Font Color

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

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


#674693 Background Color

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

This div background color is #674693


#674693 Border Color

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

This div border color is #674693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674693


Comments

No comments written yet.

Please login to write comment.