Color Hex Logo

#671f5f Color Hex

#671F5F
(103,31,95)
0 Favorites   0 Comments

Color spaces of #671f5f

RGB 1033195
HSL0.850.540.26
HSV307°70°40°
CMYK 0.000.700.08   0.60
XYZ8.14914.689811.3022
Yxy4.68980.33760.1943
Hunter Lab21.655929.2714-15.7842
CIE-Lab25.832140.1649-21.8692

#671f5f color RGB value is (103,31,95).

#671f5f hex color red value is 103, green value is 31 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #671f5f hue: 0.85 , saturation: 0.54 and the lightness value of 671f5f is 0.26.

The process color (four color CMYK) of #671f5f color hex is 0.00, 0.70, 0.08, 0.60. Web safe color of #671f5f is #663366. Color #671f5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011111 01011111
Octal 147 37 137
Decimal 103 31 95
Hex 67 1F 5F

RGB Percentages of Color #671f5f

%44.98
%13.54
%41.48

CMYK Percentages of Color #671f5f

%0
%70
%8
%60

Triadic Colors of #671f5f

#671f5f #5f671f #1f5f67

Analogous Colors of #671f5f

#671f5f #671f3b #4b1f67

Monochromatic Colors of #671f5f

#671f5f

Complementary Color

#671f5f #1f6727

#671f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#671f5f Color CSS Codes

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

#671f5f Text Font Color

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

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


#671f5f Background Color

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

This div background color is #671f5f


#671f5f Border Color

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

This div border color is #671f5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,31,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #671f5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #671f5f;
  -webkit-box-shadow: 1px 1px 3px 2px #671f5f;
  box-shadow:         1px 1px 3px 2px #671f5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671f5f


Comments

No comments written yet.

Please login to write comment.