Color Hex Logo

#672caa Color Hex

#672CAA
(103,44,170)
0 Favorites   0 Comments

Color spaces of #672caa

RGB 10344170
HSL0.740.590.42
HSV268°74°67°
CMYK 0.390.740.00   0.33
XYZ13.74997.587238.7700
Yxy7.58720.22880.1262
Hunter Lab27.544940.9004-64.1705
CIE-Lab33.108050.8043-57.0873

#672caa color RGB value is (103,44,170).

#672caa hex color red value is 103, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #672caa hue: 0.74 , saturation: 0.59 and the lightness value of 672caa is 0.42.

The process color (four color CMYK) of #672caa color hex is 0.39, 0.74, 0.00, 0.33. Web safe color of #672caa is #663399. Color #672caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101100 10101010
Octal 147 54 252
Decimal 103 44 170
Hex 67 2C AA

RGB Percentages of Color #672caa

%32.49
%13.88
%53.63

CMYK Percentages of Color #672caa

%39
%74
%0
%33

Triadic Colors of #672caa

#672caa #aa672c #2caa67

Analogous Colors of #672caa

#672caa #a62caa #2c30aa

Monochromatic Colors of #672caa

#672caa

Complementary Color

#672caa #6faa2c

#672caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#672caa Color CSS Codes

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

#672caa Text Font Color

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

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


#672caa Background Color

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

This div background color is #672caa


#672caa Border Color

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

This div border color is #672caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672caa


Comments

No comments written yet.

Please login to write comment.