Color Hex Logo

#675781 Color Hex

#675781
(103,87,129)
0 Favorites   0 Comments

Color spaces of #675781

RGB 10387129
HSL0.730.190.42
HSV263°33°51°
CMYK 0.200.330.00   0.49
XYZ12.964211.284922.2638
Yxy11.28490.27870.2426
Hunter Lab33.593010.0989-15.7794
CIE-Lab40.056215.7569-21.1779

#675781 color RGB value is (103,87,129).

#675781 hex color red value is 103, green value is 87 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #675781 hue: 0.73 , saturation: 0.19 and the lightness value of 675781 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010111 10000001
Octal 147 127 201
Decimal 103 87 129
Hex 67 57 81

RGB Percentages of Color #675781

%32.29
%27.27
%40.44

CMYK Percentages of Color #675781

%20
%33
%0
%49

Triadic Colors of #675781

#675781 #816757 #578167

Analogous Colors of #675781

#675781 #7c5781 #575c81

Monochromatic Colors of #675781

#675781

Complementary Color

#675781 #718157

#675781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675781 Color CSS Codes

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

#675781 Text Font Color

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

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


#675781 Background Color

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

This div background color is #675781


#675781 Border Color

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

This div border color is #675781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675781


Comments

No comments written yet.

Please login to write comment.