Color Hex Logo

#674cae Color Hex

#674CAE
(103,76,174)
0 Favorites   0 Comments

Color spaces of #674cae

RGB 10376174
HSL0.710.390.49
HSV257°56°68°
CMYK 0.410.560.00   0.32
XYZ15.817911.108441.3548
Yxy11.10840.23170.1627
Hunter Lab33.329326.3890-50.2363
CIE-Lab39.762434.6704-48.6968

#674cae color RGB value is (103,76,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001100 10101110
Octal 147 114 256
Decimal 103 76 174
Hex 67 4C AE

RGB Percentages of Color #674cae

%29.18
%21.53
%49.29

CMYK Percentages of Color #674cae

%41
%56
%0
%32

Triadic Colors of #674cae

#674cae #ae674c #4cae67

Analogous Colors of #674cae

#674cae #984cae #4c62ae

Monochromatic Colors of #674cae

#674cae

Complementary Color

#674cae #93ae4c

#674cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#674cae Color CSS Codes

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

#674cae Text Font Color

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

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


#674cae Background Color

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

This div background color is #674cae


#674cae Border Color

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

This div border color is #674cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674cae


Comments

No comments written yet.

Please login to write comment.