Color Hex Logo

#674784 Color Hex

#674784
(103,71,132)
0 Favorites   0 Comments

Color spaces of #674784

RGB 10371132
HSL0.750.300.40
HSV271°46°52°
CMYK 0.220.460.00   0.48
XYZ12.01169.056022.9447
Yxy9.05600.27290.2058
Hunter Lab30.093218.5846-24.1407
CIE-Lab36.091926.3796-29.2021

#674784 color RGB value is (103,71,132).

#674784 hex color red value is 103, green value is 71 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #674784 hue: 0.75 , saturation: 0.30 and the lightness value of 674784 is 0.40.

The process color (four color CMYK) of #674784 color hex is 0.22, 0.46, 0.00, 0.48. Web safe color of #674784 is #663399. Color #674784 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000111 10000100
Octal 147 107 204
Decimal 103 71 132
Hex 67 47 84

RGB Percentages of Color #674784

%33.66
%23.20
%43.14

CMYK Percentages of Color #674784

%22
%46
%0
%48

Triadic Colors of #674784

#674784 #846747 #478467

Analogous Colors of #674784

#674784 #844783 #494784

Monochromatic Colors of #674784

#674784

Complementary Color

#674784 #648447

#674784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674784 Color CSS Codes

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

#674784 Text Font Color

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

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


#674784 Background Color

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

This div background color is #674784


#674784 Border Color

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

This div border color is #674784


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,71,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #674784; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #674784;
  -webkit-box-shadow: 1px 1px 3px 2px #674784;
  box-shadow:         1px 1px 3px 2px #674784; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674784


Comments

No comments written yet.

Please login to write comment.