Color Hex Logo

#671242 Color Hex

#671242
(103,18,66)
0 Favorites   0 Comments

Color spaces of #671242

RGB 1031866
HSL0.910.700.24
HSV326°83°40°
CMYK 0.000.830.36   0.60
XYZ6.79323.70955.5122
Yxy3.70950.42420.2316
Hunter Lab19.260129.2535-3.4867
CIE-Lab22.686840.7451-7.2849

#671242 color RGB value is (103,18,66).

#671242 hex color red value is 103, green value is 18 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #671242 hue: 0.91 , saturation: 0.70 and the lightness value of 671242 is 0.24.

The process color (four color CMYK) of #671242 color hex is 0.00, 0.83, 0.36, 0.60. Web safe color of #671242 is #660033. Color #671242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010010 01000010
Octal 147 22 102
Decimal 103 18 66
Hex 67 12 42

RGB Percentages of Color #671242

%55.08
%9.63
%35.29

CMYK Percentages of Color #671242

%0
%83
%36
%60

Triadic Colors of #671242

#671242 #426712 #124267

Analogous Colors of #671242

#671242 #671217 #611267

Monochromatic Colors of #671242

#671242

Complementary Color

#671242 #126737

#671242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671242 Color CSS Codes

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

#671242 Text Font Color

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

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


#671242 Background Color

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

This div background color is #671242


#671242 Border Color

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

This div border color is #671242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671242


Comments

No comments written yet.

Please login to write comment.