Color Hex Logo

#674180 Color Hex

#674180
(103,65,128)
0 Favorites   0 Comments

Color spaces of #674180

RGB 10365128
HSL0.770.330.38
HSV276°49°50°
CMYK 0.200.490.00   0.50
XYZ11.38018.222721.4094
Yxy8.22270.27750.2005
Hunter Lab28.675320.6581-24.1942
CIE-Lab34.442429.0127-29.3298

#674180 color RGB value is (103,65,128).

#674180 hex color red value is 103, green value is 65 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #674180 hue: 0.77 , saturation: 0.33 and the lightness value of 674180 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000001 10000000
Octal 147 101 200
Decimal 103 65 128
Hex 67 41 80

RGB Percentages of Color #674180

%34.80
%21.96
%43.24

CMYK Percentages of Color #674180

%20
%49
%0
%50

Triadic Colors of #674180

#674180 #806741 #418067

Analogous Colors of #674180

#674180 #80417a #474180

Monochromatic Colors of #674180

#674180

Complementary Color

#674180 #5a8041

#674180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674180 Color CSS Codes

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

#674180 Text Font Color

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

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


#674180 Background Color

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

This div background color is #674180


#674180 Border Color

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

This div border color is #674180


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,65,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 #674180">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674180


Comments

No comments written yet.

Please login to write comment.