Color Hex Logo

#674482 Color Hex

#674482
(103,68,130)
0 Favorites   0 Comments

Color spaces of #674482

RGB 10368130
HSL0.760.310.39
HSV274°48°51°
CMYK 0.210.480.00   0.49
XYZ11.68998.629522.1686
Yxy8.62950.27510.2031
Hunter Lab29.376019.6243-24.1800
CIE-Lab35.260927.7009-29.2774

#674482 color RGB value is (103,68,130).

#674482 hex color red value is 103, green value is 68 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #674482 hue: 0.76 , saturation: 0.31 and the lightness value of 674482 is 0.39.

The process color (four color CMYK) of #674482 color hex is 0.21, 0.48, 0.00, 0.49. Web safe color of #674482 is #663399. Color #674482 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000100 10000010
Octal 147 104 202
Decimal 103 68 130
Hex 67 44 82

RGB Percentages of Color #674482

%34.22
%22.59
%43.19

CMYK Percentages of Color #674482

%21
%48
%0
%49

Triadic Colors of #674482

#674482 #826744 #448267

Analogous Colors of #674482

#674482 #82447e #484482

Monochromatic Colors of #674482

#674482

Complementary Color

#674482 #5f8244

#674482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674482 Color CSS Codes

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

#674482 Text Font Color

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

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


#674482 Background Color

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

This div background color is #674482


#674482 Border Color

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

This div border color is #674482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674482


Comments

No comments written yet.

Please login to write comment.