Color Hex Logo

#671fab Color Hex

#671FAB
(103,31,171)
0 Favorites   0 Comments

Color spaces of #671fab

RGB 10331171
HSL0.750.690.40
HSV271°82°67°
CMYK 0.400.820.00   0.33
XYZ13.43426.803839.1333
Yxy6.80380.22630.1146
Hunter Lab26.084146.2864-70.6924
CIE-Lab31.356056.3313-60.5492

#671fab color RGB value is (103,31,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011111 10101011
Octal 147 37 253
Decimal 103 31 171
Hex 67 1F AB

RGB Percentages of Color #671fab

%33.77
%10.16
%56.07

CMYK Percentages of Color #671fab

%40
%82
%0
%33

Triadic Colors of #671fab

#671fab #ab671f #1fab67

Analogous Colors of #671fab

#671fab #ab1fa9 #211fab

Monochromatic Colors of #671fab

#671fab

Complementary Color

#671fab #63ab1f

#671fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#671fab Color CSS Codes

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

#671fab Text Font Color

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

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


#671fab Background Color

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

This div background color is #671fab


#671fab Border Color

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

This div border color is #671fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671fab


Comments

No comments written yet.

Please login to write comment.