Color Hex Logo

#674dc7 Color Hex

#674DC7
(103,77,199)
0 Favorites   0 Comments

Color spaces of #674dc7

RGB 10377199
HSL0.700.520.54
HSV253°61°78°
CMYK 0.480.610.00   0.22
XYZ18.556212.314855.4318
Yxy12.31480.21500.1427
Hunter Lab35.092432.9755-69.0894
CIE-Lab41.712141.3002-60.1932

#674dc7 color RGB value is (103,77,199).

#674dc7 hex color red value is 103, green value is 77 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #674dc7 hue: 0.70 , saturation: 0.52 and the lightness value of 674dc7 is 0.54.

The process color (four color CMYK) of #674dc7 color hex is 0.48, 0.61, 0.00, 0.22. Web safe color of #674dc7 is #6666cc. Color #674dc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001101 11000111
Octal 147 115 307
Decimal 103 77 199
Hex 67 4D C7

RGB Percentages of Color #674dc7

%27.18
%20.32
%52.51

CMYK Percentages of Color #674dc7

%48
%61
%0
%22

Triadic Colors of #674dc7

#674dc7 #c7674d #4dc767

Analogous Colors of #674dc7

#674dc7 #a44dc7 #4d70c7

Monochromatic Colors of #674dc7

#674dc7

Complementary Color

#674dc7 #adc74d

#674dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674dc7 Color CSS Codes

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

#674dc7 Text Font Color

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

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


#674dc7 Background Color

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

This div background color is #674dc7


#674dc7 Border Color

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

This div border color is #674dc7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,77,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #674dc7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #674dc7;
  -webkit-box-shadow: 1px 1px 3px 2px #674dc7;
  box-shadow:         1px 1px 3px 2px #674dc7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674dc7


Comments

No comments written yet.

Please login to write comment.