Color Hex Logo

#672972 Color Hex

#672972
(103,41,114)
0 Favorites   0 Comments

Color spaces of #672972

RGB 10341114
HSL0.810.470.30
HSV291°64°45°
CMYK 0.100.640.00   0.55
XYZ9.42375.684316.5201
Yxy5.68430.29800.1797
Hunter Lab23.841828.8308-24.3931
CIE-Lab28.601639.1701-29.7720

#672972 color RGB value is (103,41,114).

#672972 hex color red value is 103, green value is 41 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #672972 hue: 0.81 , saturation: 0.47 and the lightness value of 672972 is 0.30.

The process color (four color CMYK) of #672972 color hex is 0.10, 0.64, 0.00, 0.55. Web safe color of #672972 is #663366. Color #672972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101001 01110010
Octal 147 51 162
Decimal 103 41 114
Hex 67 29 72

RGB Percentages of Color #672972

%39.92
%15.89
%44.19

CMYK Percentages of Color #672972

%10
%64
%0
%55

Triadic Colors of #672972

#672972 #726729 #297267

Analogous Colors of #672972

#672972 #722959 #432972

Monochromatic Colors of #672972

#672972

Complementary Color

#672972 #347229

#672972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672972 Color CSS Codes

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

#672972 Text Font Color

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

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


#672972 Background Color

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

This div background color is #672972


#672972 Border Color

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

This div border color is #672972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672972


Comments

No comments written yet.

Please login to write comment.