Color Hex Logo

#672a78 Color Hex

#672A78
(103,42,120)
0 Favorites   0 Comments

Color spaces of #672a78

RGB 10342120
HSL0.800.480.32
HSV287°65°47°
CMYK 0.140.650.00   0.53
XYZ9.81165.895618.3901
Yxy5.89560.28780.1729
Hunter Lab24.280929.6382-27.9091
CIE-Lab29.147539.9495-32.7126

#672a78 color RGB value is (103,42,120).

#672a78 hex color red value is 103, green value is 42 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #672a78 hue: 0.80 , saturation: 0.48 and the lightness value of 672a78 is 0.32.

The process color (four color CMYK) of #672a78 color hex is 0.14, 0.65, 0.00, 0.53. Web safe color of #672a78 is #663366. Color #672a78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101010 01111000
Octal 147 52 170
Decimal 103 42 120
Hex 67 2A 78

RGB Percentages of Color #672a78

%38.87
%15.85
%45.28

CMYK Percentages of Color #672a78

%14
%65
%0
%53

Triadic Colors of #672a78

#672a78 #78672a #2a7867

Analogous Colors of #672a78

#672a78 #782a62 #402a78

Monochromatic Colors of #672a78

#672a78

Complementary Color

#672a78 #3b782a

#672a78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672a78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672a78 Color CSS Codes

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

#672a78 Text Font Color

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

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


#672a78 Background Color

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

This div background color is #672a78


#672a78 Border Color

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

This div border color is #672a78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672a78


Comments

No comments written yet.

Please login to write comment.