Color Hex Logo

#675370 Color Hex

#675370
(103,83,112)
0 Favorites   0 Comments

Color spaces of #675370

RGB 10383112
HSL0.780.150.38
HSV281°26°44°
CMYK 0.080.260.00   0.56
XYZ11.611410.239916.6937
Yxy10.23990.30120.2657
Hunter Lab31.99988.7704-8.5306
CIE-Lab38.269614.1748-13.4754

#675370 color RGB value is (103,83,112).

#675370 hex color red value is 103, green value is 83 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #675370 hue: 0.78 , saturation: 0.15 and the lightness value of 675370 is 0.38.

The process color (four color CMYK) of #675370 color hex is 0.08, 0.26, 0.00, 0.56. Web safe color of #675370 is #666666. Color #675370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010011 01110000
Octal 147 123 160
Decimal 103 83 112
Hex 67 53 70

RGB Percentages of Color #675370

%34.56
%27.85
%37.58

CMYK Percentages of Color #675370

%8
%26
%0
%56

Triadic Colors of #675370

#675370 #706753 #537067

Analogous Colors of #675370

#675370 #70536b #595370

Monochromatic Colors of #675370

#675370

Complementary Color

#675370 #5c7053

#675370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675370 Color CSS Codes

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

#675370 Text Font Color

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

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


#675370 Background Color

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

This div background color is #675370


#675370 Border Color

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

This div border color is #675370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675370


Comments

No comments written yet.

Please login to write comment.