Color Hex Logo

#672996 Color Hex

#672996
(103,41,150)
0 Favorites   0 Comments

Color spaces of #672996

RGB 10341150
HSL0.760.570.37
HSV274°73°59°
CMYK 0.310.730.00   0.41
XYZ11.89156.671429.5151
Yxy6.67140.24730.1388
Hunter Lab25.829136.9792-49.6709
CIE-Lab31.046847.2865-48.3217

#672996 color RGB value is (103,41,150).

#672996 hex color red value is 103, green value is 41 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #672996 hue: 0.76 , saturation: 0.57 and the lightness value of 672996 is 0.37.

The process color (four color CMYK) of #672996 color hex is 0.31, 0.73, 0.00, 0.41. Web safe color of #672996 is #663399. Color #672996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101001 10010110
Octal 147 51 226
Decimal 103 41 150
Hex 67 29 96

RGB Percentages of Color #672996

%35.03
%13.95
%51.02

CMYK Percentages of Color #672996

%31
%73
%0
%41

Triadic Colors of #672996

#672996 #966729 #299667

Analogous Colors of #672996

#672996 #96298f #312996

Monochromatic Colors of #672996

#672996

Complementary Color

#672996 #589629

#672996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672996 Color CSS Codes

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

#672996 Text Font Color

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

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


#672996 Background Color

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

This div background color is #672996


#672996 Border Color

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

This div border color is #672996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672996


Comments

No comments written yet.

Please login to write comment.