Color Hex Logo

#674dae Color Hex

#674DAE
(103,77,174)
0 Favorites   0 Comments

Color spaces of #674dae

RGB 10377174
HSL0.710.390.49
HSV256°56°68°
CMYK 0.410.560.00   0.32
XYZ15.887411.247341.3780
Yxy11.24730.23190.1642
Hunter Lab33.537025.8706-49.6762
CIE-Lab39.993934.0750-48.3248

#674dae color RGB value is (103,77,174).

#674dae hex color red value is 103, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #674dae hue: 0.71 , saturation: 0.39 and the lightness value of 674dae is 0.49.

The process color (four color CMYK) of #674dae color hex is 0.41, 0.56, 0.00, 0.32. Web safe color of #674dae is #666699. Color #674dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001101 10101110
Octal 147 115 256
Decimal 103 77 174
Hex 67 4D AE

RGB Percentages of Color #674dae

%29.10
%21.75
%49.15

CMYK Percentages of Color #674dae

%41
%56
%0
%32

Triadic Colors of #674dae

#674dae #ae674d #4dae67

Analogous Colors of #674dae

#674dae #984dae #4d63ae

Monochromatic Colors of #674dae

#674dae

Complementary Color

#674dae #94ae4d

#674dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#674dae Color CSS Codes

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

#674dae Text Font Color

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

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


#674dae Background Color

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

This div background color is #674dae


#674dae Border Color

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

This div border color is #674dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674dae


Comments

No comments written yet.

Please login to write comment.