Color Hex Logo

#672aaa Color Hex

#672AAA
(103,42,170)
0 Favorites   0 Comments

Color spaces of #672aaa

RGB 10342170
HSL0.750.600.42
HSV269°75°67°
CMYK 0.390.750.00   0.33
XYZ13.67727.441838.7457
Yxy7.44180.22850.1243
Hunter Lab27.279741.7551-65.1147
CIE-Lab32.792251.7017-57.6020

#672aaa color RGB value is (103,42,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101010 10101010
Octal 147 52 252
Decimal 103 42 170
Hex 67 2A AA

RGB Percentages of Color #672aaa

%32.70
%13.33
%53.97

CMYK Percentages of Color #672aaa

%39
%75
%0
%33

Triadic Colors of #672aaa

#672aaa #aa672a #2aaa67

Analogous Colors of #672aaa

#672aaa #a72aaa #2a2daa

Monochromatic Colors of #672aaa

#672aaa

Complementary Color

#672aaa #6daa2a

#672aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#672aaa Color CSS Codes

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

#672aaa Text Font Color

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

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


#672aaa Background Color

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

This div background color is #672aaa


#672aaa Border Color

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

This div border color is #672aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672aaa


Comments

No comments written yet.

Please login to write comment.