Color Hex Logo

#674680 Color Hex

#674680
(103,70,128)
0 Favorites   0 Comments

Color spaces of #674680

RGB 10370128
HSL0.760.290.39
HSV274°45°50°
CMYK 0.200.450.00   0.50
XYZ11.68008.822421.5094
Yxy8.82240.27800.2100
Hunter Lab29.702518.2126-22.1437
CIE-Lab35.640125.9965-27.4457

#674680 color RGB value is (103,70,128).

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

The process color (four color CMYK) of #674680 color hex is 0.20, 0.45, 0.00, 0.50. Web safe color of #674680 is #663399. Color #674680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000110 10000000
Octal 147 106 200
Decimal 103 70 128
Hex 67 46 80

RGB Percentages of Color #674680

%34.22
%23.26
%42.52

CMYK Percentages of Color #674680

%20
%45
%0
%50

Triadic Colors of #674680

#674680 #806746 #468067

Analogous Colors of #674680

#674680 #80467c #4a4680

Monochromatic Colors of #674680

#674680

Complementary Color

#674680 #5f8046

#674680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674680 Color CSS Codes

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

#674680 Text Font Color

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

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


#674680 Background Color

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

This div background color is #674680


#674680 Border Color

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

This div border color is #674680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674680


Comments

No comments written yet.

Please login to write comment.