Color Hex Logo

#674acc Color Hex

#674ACC
(103,74,204)
0 Favorites   0 Comments

Color spaces of #674acc

RGB 10374204
HSL0.700.560.55
HSV253°64°80°
CMYK 0.500.640.00   0.20
XYZ18.941412.140858.4718
Yxy12.14080.21150.1356
Hunter Lab34.843736.0582-75.1051
CIE-Lab41.439044.4707-63.5316

#674acc color RGB value is (103,74,204).

#674acc hex color red value is 103, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #674acc hue: 0.70 , saturation: 0.56 and the lightness value of 674acc is 0.55.

The process color (four color CMYK) of #674acc color hex is 0.50, 0.64, 0.00, 0.20. Web safe color of #674acc is #6633cc. Color #674acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001010 11001100
Octal 147 112 314
Decimal 103 74 204
Hex 67 4A CC

RGB Percentages of Color #674acc

%27.03
%19.42
%53.54

CMYK Percentages of Color #674acc

%50
%64
%0
%20

Triadic Colors of #674acc

#674acc #cc674a #4acc67

Analogous Colors of #674acc

#674acc #a84acc #4a6ecc

Monochromatic Colors of #674acc

#674acc

Complementary Color

#674acc #afcc4a

#674acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#674acc Color CSS Codes

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

#674acc Text Font Color

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

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


#674acc Background Color

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

This div background color is #674acc


#674acc Border Color

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

This div border color is #674acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674acc


Comments

No comments written yet.

Please login to write comment.