Color Hex Logo

#676184 Color Hex

#676184
(103,97,132)
0 Favorites   0 Comments

Color spaces of #676184

RGB 10397132
HSL0.700.150.45
HSV250°27°52°
CMYK 0.220.270.00   0.48
XYZ14.033113.098923.6185
Yxy13.09890.27650.2581
Hunter Lab36.19245.8742-13.3569
CIE-Lab42.911910.3357-18.5972

#676184 color RGB value is (103,97,132).

#676184 hex color red value is 103, green value is 97 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #676184 hue: 0.70 , saturation: 0.15 and the lightness value of 676184 is 0.45.

The process color (four color CMYK) of #676184 color hex is 0.22, 0.27, 0.00, 0.48. Web safe color of #676184 is #666699. Color #676184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100001 10000100
Octal 147 141 204
Decimal 103 97 132
Hex 67 61 84

RGB Percentages of Color #676184

%31.02
%29.22
%39.76

CMYK Percentages of Color #676184

%22
%27
%0
%48

Triadic Colors of #676184

#676184 #846761 #618467

Analogous Colors of #676184

#676184 #796184 #616d84

Monochromatic Colors of #676184

#676184

Complementary Color

#676184 #7e8461

#676184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676184 Color CSS Codes

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

#676184 Text Font Color

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

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


#676184 Background Color

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

This div background color is #676184


#676184 Border Color

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

This div border color is #676184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676184


Comments

No comments written yet.

Please login to write comment.