Color Hex Logo

#672991 Color Hex

#672991
(103,41,145)
0 Favorites   0 Comments

Color spaces of #672991

RGB 10341145
HSL0.770.560.36
HSV276°72°57°
CMYK 0.290.720.00   0.43
XYZ11.49736.513827.4394
Yxy6.51380.25300.1433
Hunter Lab25.522135.7475-45.8784
CIE-Lab30.673446.1016-45.8572

#672991 color RGB value is (103,41,145).

#672991 hex color red value is 103, green value is 41 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #672991 hue: 0.77 , saturation: 0.56 and the lightness value of 672991 is 0.36.

The process color (four color CMYK) of #672991 color hex is 0.29, 0.72, 0.00, 0.43. Web safe color of #672991 is #663399. Color #672991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101001 10010001
Octal 147 51 221
Decimal 103 41 145
Hex 67 29 91

RGB Percentages of Color #672991

%35.64
%14.19
%50.17

CMYK Percentages of Color #672991

%29
%72
%0
%43

Triadic Colors of #672991

#672991 #916729 #299167

Analogous Colors of #672991

#672991 #912987 #332991

Monochromatic Colors of #672991

#672991

Complementary Color

#672991 #539129

#672991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672991 Color CSS Codes

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

#672991 Text Font Color

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

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


#672991 Background Color

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

This div background color is #672991


#672991 Border Color

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

This div border color is #672991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672991


Comments

No comments written yet.

Please login to write comment.