Color Hex Logo

#672eaf Color Hex

#672EAF
(103,46,175)
0 Favorites   0 Comments

Color spaces of #672eaf

RGB 10346175
HSL0.740.580.43
HSV267°74°69°
CMYK 0.410.740.00   0.31
XYZ14.30847.932741.3345
Yxy7.93270.22510.1248
Hunter Lab28.165041.3927-67.2974
CIE-Lab33.842351.1456-58.8802

#672eaf color RGB value is (103,46,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101110 10101111
Octal 147 56 257
Decimal 103 46 175
Hex 67 2E AF

RGB Percentages of Color #672eaf

%31.79
%14.20
%54.01

CMYK Percentages of Color #672eaf

%41
%74
%0
%31

Triadic Colors of #672eaf

#672eaf #af672e #2eaf67

Analogous Colors of #672eaf

#672eaf #a82eaf #2e36af

Monochromatic Colors of #672eaf

#672eaf

Complementary Color

#672eaf #76af2e

#672eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#672eaf Color CSS Codes

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

#672eaf Text Font Color

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

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


#672eaf Background Color

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

This div background color is #672eaf


#672eaf Border Color

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

This div border color is #672eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672eaf


Comments

No comments written yet.

Please login to write comment.