Color Hex Logo

#674cac Color Hex

#674CAC
(103,76,172)
0 Favorites   0 Comments

Color spaces of #674cac

RGB 10376172
HSL0.710.390.49
HSV257°56°67°
CMYK 0.400.560.00   0.33
XYZ15.624411.031040.3354
Yxy11.03100.23320.1647
Hunter Lab33.212925.8493-48.7556
CIE-Lab39.632634.1039-47.7206

#674cac color RGB value is (103,76,172).

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

The process color (four color CMYK) of #674cac color hex is 0.40, 0.56, 0.00, 0.33. Web safe color of #674cac is #663399. Color #674cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001100 10101100
Octal 147 114 254
Decimal 103 76 172
Hex 67 4C AC

RGB Percentages of Color #674cac

%29.34
%21.65
%49.00

CMYK Percentages of Color #674cac

%40
%56
%0
%33

Triadic Colors of #674cac

#674cac #ac674c #4cac67

Analogous Colors of #674cac

#674cac #974cac #4c61ac

Monochromatic Colors of #674cac

#674cac

Complementary Color

#674cac #91ac4c

#674cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#674cac Color CSS Codes

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

#674cac Text Font Color

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

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


#674cac Background Color

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

This div background color is #674cac


#674cac Border Color

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

This div border color is #674cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674cac


Comments

No comments written yet.

Please login to write comment.