Color Hex Logo

#674fac Color Hex

#674FAC
(103,79,172)
0 Favorites   0 Comments

Color spaces of #674fac

RGB 10379172
HSL0.710.370.49
HSV255°54°67°
CMYK 0.400.540.00   0.33
XYZ15.835911.454140.4059
Yxy11.45410.23390.1692
Hunter Lab33.843924.2951-47.0950
CIE-Lab40.335032.3068-46.5932

#674fac color RGB value is (103,79,172).

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

The process color (four color CMYK) of #674fac color hex is 0.40, 0.54, 0.00, 0.33. Web safe color of #674fac is #666699. Color #674fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001111 10101100
Octal 147 117 254
Decimal 103 79 172
Hex 67 4F AC

RGB Percentages of Color #674fac

%29.10
%22.32
%48.59

CMYK Percentages of Color #674fac

%40
%54
%0
%33

Triadic Colors of #674fac

#674fac #ac674f #4fac67

Analogous Colors of #674fac

#674fac #964fac #4f66ac

Monochromatic Colors of #674fac

#674fac

Complementary Color

#674fac #94ac4f

#674fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#674fac Color CSS Codes

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

#674fac Text Font Color

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

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


#674fac Background Color

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

This div background color is #674fac


#674fac Border Color

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

This div border color is #674fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674fac


Comments

No comments written yet.

Please login to write comment.