Color Hex Logo

#674993 Color Hex

#674993
(103,73,147)
0 Favorites   0 Comments

Color spaces of #674993

RGB 10373147
HSL0.730.340.43
HSV264°50°58°
CMYK 0.300.500.00   0.42
XYZ13.24259.755228.7888
Yxy9.75520.25570.1884
Hunter Lab31.233321.0233-32.7863
CIE-Lab37.399429.0373-36.2983

#674993 color RGB value is (103,73,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001001 10010011
Octal 147 111 223
Decimal 103 73 147
Hex 67 49 93

RGB Percentages of Color #674993

%31.89
%22.60
%45.51

CMYK Percentages of Color #674993

%30
%50
%0
%42

Triadic Colors of #674993

#674993 #936749 #499367

Analogous Colors of #674993

#674993 #8c4993 #495093

Monochromatic Colors of #674993

#674993

Complementary Color

#674993 #759349

#674993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674993 Color CSS Codes

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

#674993 Text Font Color

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

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


#674993 Background Color

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

This div background color is #674993


#674993 Border Color

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

This div border color is #674993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674993


Comments

No comments written yet.

Please login to write comment.