Color Hex Logo

#672fae Color Hex

#672FAE
(103,47,174)
0 Favorites   0 Comments

Color spaces of #672fae

RGB 10347174
HSL0.740.570.43
HSV266°73°68°
CMYK 0.410.730.00   0.32
XYZ14.25007.972640.8322
Yxy7.97260.22600.1264
Hunter Lab28.235840.6725-65.9751
CIE-Lab33.925850.4236-58.1473

#672fae color RGB value is (103,47,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101111 10101110
Octal 147 57 256
Decimal 103 47 174
Hex 67 2F AE

RGB Percentages of Color #672fae

%31.79
%14.51
%53.70

CMYK Percentages of Color #672fae

%41
%73
%0
%32

Triadic Colors of #672fae

#672fae #ae672f #2fae67

Analogous Colors of #672fae

#672fae #a72fae #2f37ae

Monochromatic Colors of #672fae

#672fae

Complementary Color

#672fae #76ae2f

#672fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#672fae Color CSS Codes

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

#672fae Text Font Color

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

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


#672fae Background Color

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

This div background color is #672fae


#672fae Border Color

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

This div border color is #672fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672fae

#672fae Color Palettes


Comments

No comments written yet.

Please login to write comment.