Color Hex Logo

#670757 Color Hex

#670757
(103,7,87)
0 Favorites   0 Comments

Color spaces of #670757

RGB 103787
HSL0.860.870.22
HSV310°93°40°
CMYK 0.000.930.16   0.60
XYZ7.38983.72369.3461
Yxy3.72360.36120.1820
Hunter Lab19.296634.5889-15.2088
CIE-Lab22.735846.4389-21.4382

#670757 color RGB value is (103,7,87).

#670757 hex color red value is 103, green value is 7 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #670757 hue: 0.86 , saturation: 0.87 and the lightness value of 670757 is 0.22.

The process color (four color CMYK) of #670757 color hex is 0.00, 0.93, 0.16, 0.60. Web safe color of #670757 is #660066. Color #670757 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000111 01010111
Octal 147 7 127
Decimal 103 7 87
Hex 67 7 57

RGB Percentages of Color #670757

%52.28
%3.55
%44.16

CMYK Percentages of Color #670757

%0
%93
%16
%60

Triadic Colors of #670757

#670757 #576707 #075767

Analogous Colors of #670757

#670757 #670727 #470767

Monochromatic Colors of #670757

#670757

Complementary Color

#670757 #076717

#670757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#670757 Color CSS Codes

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

#670757 Text Font Color

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

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


#670757 Background Color

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

This div background color is #670757


#670757 Border Color

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

This div border color is #670757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670757


Comments

No comments written yet.

Please login to write comment.