Color Hex Logo

#672faf Color Hex

#672FAF
(103,47,175)
0 Favorites   0 Comments

Color spaces of #672faf

RGB 10347175
HSL0.740.580.44
HSV266°73°69°
CMYK 0.410.730.00   0.31
XYZ14.34798.011741.3476
Yxy8.01170.22520.1258
Hunter Lab28.304940.9488-66.7968
CIE-Lab34.007250.6793-58.6111

#672faf color RGB value is (103,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101111 10101111
Octal 147 57 257
Decimal 103 47 175
Hex 67 2F AF

RGB Percentages of Color #672faf

%31.69
%14.46
%53.85

CMYK Percentages of Color #672faf

%41
%73
%0
%31

Triadic Colors of #672faf

#672faf #af672f #2faf67

Analogous Colors of #672faf

#672faf #a72faf #2f37af

Monochromatic Colors of #672faf

#672faf

Complementary Color

#672faf #77af2f

#672faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#672faf Color CSS Codes

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

#672faf Text Font Color

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

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


#672faf Background Color

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

This div background color is #672faf


#672faf Border Color

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

This div border color is #672faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672faf


Comments

No comments written yet.

Please login to write comment.