Color Hex Logo

#671ffa Color Hex

#671FFA
(103,31,250)
0 Favorites   0 Comments

Color spaces of #671ffa

RGB 10331250
HSL0.720.960.55
HSV260°88°98°
CMYK 0.590.880.00   0.02
XYZ23.338810.765791.2904
Yxy10.76570.18610.0859
Hunter Lab32.811169.5489-141.9948
CIE-Lab39.183075.2424-93.4467

#671ffa color RGB value is (103,31,250).

#671ffa hex color red value is 103, green value is 31 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #671ffa hue: 0.72 , saturation: 0.96 and the lightness value of 671ffa is 0.55.

The process color (four color CMYK) of #671ffa color hex is 0.59, 0.88, 0.00, 0.02. Web safe color of #671ffa is #6633ff. Color #671ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011111 11111010
Octal 147 37 372
Decimal 103 31 250
Hex 67 1F FA

RGB Percentages of Color #671ffa

%26.82
%8.07
%65.10

CMYK Percentages of Color #671ffa

%59
%88
%0
%2

Triadic Colors of #671ffa

#671ffa #fa671f #1ffa67

Analogous Colors of #671ffa

#671ffa #d51ffa #1f44fa

Monochromatic Colors of #671ffa

#671ffa

Complementary Color

#671ffa #b2fa1f

#671ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#671ffa Color CSS Codes

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

#671ffa Text Font Color

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

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


#671ffa Background Color

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

This div background color is #671ffa


#671ffa Border Color

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

This div border color is #671ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671ffa


Comments

No comments written yet.

Please login to write comment.