Color Hex Logo

#676380 Color Hex

#676380
(103,99,128)
0 Favorites   0 Comments

Color spaces of #676380

RGB 10399128
HSL0.690.130.45
HSV248°23°50°
CMYK 0.200.230.00   0.50
XYZ13.951613.365822.2666
Yxy13.36580.28140.2696
Hunter Lab36.55934.1397-10.5194
CIE-Lab43.30938.1100-15.5740

#676380 color RGB value is (103,99,128).

#676380 hex color red value is 103, green value is 99 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #676380 hue: 0.69 , saturation: 0.13 and the lightness value of 676380 is 0.45.

The process color (four color CMYK) of #676380 color hex is 0.20, 0.23, 0.00, 0.50. Web safe color of #676380 is #666699. Color #676380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100011 10000000
Octal 147 143 200
Decimal 103 99 128
Hex 67 63 80

RGB Percentages of Color #676380

%31.21
%30.00
%38.79

CMYK Percentages of Color #676380

%20
%23
%0
%50

Triadic Colors of #676380

#676380 #806763 #638067

Analogous Colors of #676380

#676380 #766380 #636e80

Monochromatic Colors of #676380

#676380

Complementary Color

#676380 #7c8063

#676380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676380 Color CSS Codes

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

#676380 Text Font Color

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

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


#676380 Background Color

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

This div background color is #676380


#676380 Border Color

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

This div border color is #676380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676380


Comments

No comments written yet.

Please login to write comment.