Color Hex Logo

#674aea Color Hex

#674AEA
(103,74,234)
0 Favorites   0 Comments

Color spaces of #674aea

RGB 10374234
HSL0.700.790.60
HSV251°68°92°
CMYK 0.560.680.00   0.08
XYZ22.893613.721679.2838
Yxy13.72160.19750.1184
Hunter Lab37.042745.4942-100.9707
CIE-Lab43.831053.2043-76.7736

#674aea color RGB value is (103,74,234).

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

The process color (four color CMYK) of #674aea color hex is 0.56, 0.68, 0.00, 0.08. Web safe color of #674aea is #6633ff. Color #674aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001010 11101010
Octal 147 112 352
Decimal 103 74 234
Hex 67 4A EA

RGB Percentages of Color #674aea

%25.06
%18.00
%56.93

CMYK Percentages of Color #674aea

%56
%68
%0
%8

Triadic Colors of #674aea

#674aea #ea674a #4aea67

Analogous Colors of #674aea

#674aea #b74aea #4a7dea

Monochromatic Colors of #674aea

#674aea

Complementary Color

#674aea #cdea4a

#674aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#674aea Color CSS Codes

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

#674aea Text Font Color

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

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


#674aea Background Color

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

This div background color is #674aea


#674aea Border Color

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

This div border color is #674aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674aea


Comments

No comments written yet.

Please login to write comment.