Color Hex Logo

#671fac Color Hex

#671FAC
(103,31,172)
0 Favorites   0 Comments

Color spaces of #671fac

RGB 10331172
HSL0.750.690.40
HSV271°82°67°
CMYK 0.400.820.00   0.33
XYZ13.52996.842139.6373
Yxy6.84210.22550.1140
Hunter Lab26.157446.5535-71.5342
CIE-Lab31.444756.5660-61.0042

#671fac color RGB value is (103,31,172).

#671fac hex color red value is 103, green value is 31 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #671fac hue: 0.75 , saturation: 0.69 and the lightness value of 671fac is 0.40.

The process color (four color CMYK) of #671fac color hex is 0.40, 0.82, 0.00, 0.33. Web safe color of #671fac is #663399. Color #671fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011111 10101100
Octal 147 37 254
Decimal 103 31 172
Hex 67 1F AC

RGB Percentages of Color #671fac

%33.66
%10.13
%56.21

CMYK Percentages of Color #671fac

%40
%82
%0
%33

Triadic Colors of #671fac

#671fac #ac671f #1fac67

Analogous Colors of #671fac

#671fac #ac1fab #211fac

Monochromatic Colors of #671fac

#671fac

Complementary Color

#671fac #64ac1f

#671fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#671fac Color CSS Codes

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

#671fac Text Font Color

<p style="color:#671fac">Text here</p>

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


#671fac Background Color

<div style="background-color:#671fac">
Div content here</div>

This div background color is #671fac


#671fac Border Color

<div style="border:3px solid #671fac">
Div here</div>

This div border color is #671fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,31,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #671fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #671fac;
  -webkit-box-shadow: 1px 1px 3px 2px #671fac;
  box-shadow:         1px 1px 3px 2px #671fac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671fac


Comments

No comments written yet.

Please login to write comment.