Color Hex Logo

#672f7e Color Hex

#672F7E
(103,47,126)
0 Favorites   0 Comments

Color spaces of #672f7e

RGB 10347126
HSL0.780.460.34
HSV283°63°49°
CMYK 0.180.630.00   0.51
XYZ10.37596.423020.4315
Yxy6.42300.27870.1725
Hunter Lab25.343628.7280-30.0578
CIE-Lab30.455538.7247-34.4055

#672f7e color RGB value is (103,47,126).

#672f7e hex color red value is 103, green value is 47 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #672f7e hue: 0.78 , saturation: 0.46 and the lightness value of 672f7e is 0.34.

The process color (four color CMYK) of #672f7e color hex is 0.18, 0.63, 0.00, 0.51. Web safe color of #672f7e is #663366. Color #672f7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101111 01111110
Octal 147 57 176
Decimal 103 47 126
Hex 67 2F 7E

RGB Percentages of Color #672f7e

%37.32
%17.03
%45.65

CMYK Percentages of Color #672f7e

%18
%63
%0
%51

Triadic Colors of #672f7e

#672f7e #7e672f #2f7e67

Analogous Colors of #672f7e

#672f7e #7e2f6e #402f7e

Monochromatic Colors of #672f7e

#672f7e

Complementary Color

#672f7e #467e2f

#672f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#672f7e Color CSS Codes

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

#672f7e Text Font Color

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

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


#672f7e Background Color

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

This div background color is #672f7e


#672f7e Border Color

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

This div border color is #672f7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,47,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #672f7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #672f7e;
  -webkit-box-shadow: 1px 1px 3px 2px #672f7e;
  box-shadow:         1px 1px 3px 2px #672f7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672f7e


Comments

No comments written yet.

Please login to write comment.