Color Hex Logo

#672862 Color Hex

#672862
(103,40,98)
0 Favorites   0 Comments

Color spaces of #672862

RGB 1034098
HSL0.850.440.28
HSV305°61°40°
CMYK 0.000.610.05   0.60
XYZ8.55695.283012.1240
Yxy5.28300.32960.2035
Hunter Lab22.984826.2296-15.1849
CIE-Lab27.526336.4803-21.1732

#672862 color RGB value is (103,40,98).

#672862 hex color red value is 103, green value is 40 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #672862 hue: 0.85 , saturation: 0.44 and the lightness value of 672862 is 0.28.

The process color (four color CMYK) of #672862 color hex is 0.00, 0.61, 0.05, 0.60. Web safe color of #672862 is #663366. Color #672862 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101000 01100010
Octal 147 50 142
Decimal 103 40 98
Hex 67 28 62

RGB Percentages of Color #672862

%42.74
%16.60
%40.66

CMYK Percentages of Color #672862

%0
%61
%5
%60

Triadic Colors of #672862

#672862 #626728 #286267

Analogous Colors of #672862

#672862 #672843 #4d2867

Monochromatic Colors of #672862

#672862

Complementary Color

#672862 #28672d

#672862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672862 Color CSS Codes

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

#672862 Text Font Color

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

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


#672862 Background Color

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

This div background color is #672862


#672862 Border Color

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

This div border color is #672862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672862


Comments

No comments written yet.

Please login to write comment.