Color Hex Logo

#672daa Color Hex

#672DAA
(103,45,170)
0 Favorites   0 Comments

Color spaces of #672daa

RGB 10345170
HSL0.740.580.42
HSV268°74°67°
CMYK 0.390.740.00   0.33
XYZ13.78767.662638.7826
Yxy7.66260.22890.1272
Hunter Lab27.681440.4651-63.6904
CIE-Lab33.270150.3451-56.8231

#672daa color RGB value is (103,45,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101101 10101010
Octal 147 55 252
Decimal 103 45 170
Hex 67 2D AA

RGB Percentages of Color #672daa

%32.39
%14.15
%53.46

CMYK Percentages of Color #672daa

%39
%74
%0
%33

Triadic Colors of #672daa

#672daa #aa672d #2daa67

Analogous Colors of #672daa

#672daa #a62daa #2d32aa

Monochromatic Colors of #672daa

#672daa

Complementary Color

#672daa #70aa2d

#672daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#672daa Color CSS Codes

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

#672daa Text Font Color

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

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


#672daa Background Color

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

This div background color is #672daa


#672daa Border Color

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

This div border color is #672daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,45,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 #672daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672daa


Comments

No comments written yet.

Please login to write comment.