Color Hex Logo

#676281 Color Hex

#676281
(103,98,129)
0 Favorites   0 Comments

Color spaces of #676281

RGB 10398129
HSL0.690.140.45
HSV250°24°51°
CMYK 0.200.240.00   0.49
XYZ13.923613.203922.5836
Yxy13.20390.28010.2656
Hunter Lab36.33724.8072-11.4128
CIE-Lab43.06898.9699-16.5451

#676281 color RGB value is (103,98,129).

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

The process color (four color CMYK) of #676281 color hex is 0.20, 0.24, 0.00, 0.49. Web safe color of #676281 is #666699. Color #676281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100010 10000001
Octal 147 142 201
Decimal 103 98 129
Hex 67 62 81

RGB Percentages of Color #676281

%31.21
%29.70
%39.09

CMYK Percentages of Color #676281

%20
%24
%0
%49

Triadic Colors of #676281

#676281 #816762 #628167

Analogous Colors of #676281

#676281 #776281 #626d81

Monochromatic Colors of #676281

#676281

Complementary Color

#676281 #7c8162

#676281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676281 Color CSS Codes

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

#676281 Text Font Color

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

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


#676281 Background Color

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

This div background color is #676281


#676281 Border Color

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

This div border color is #676281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676281


Comments

No comments written yet.

Please login to write comment.