Color Hex Logo

#671dfb Color Hex

#671DFB
(103,29,251)
0 Favorites   0 Comments

Color spaces of #671dfb

RGB 10329251
HSL0.720.970.55
HSV260°88°98°
CMYK 0.590.880.00   0.02
XYZ23.445510.727392.1017
Yxy10.72730.18570.0850
Hunter Lab32.752670.4600-143.7994
CIE-Lab39.117376.0020-94.1170

#671dfb color RGB value is (103,29,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011101 11111011
Octal 147 35 373
Decimal 103 29 251
Hex 67 1D FB

RGB Percentages of Color #671dfb

%26.89
%7.57
%65.54

CMYK Percentages of Color #671dfb

%59
%88
%0
%2

Triadic Colors of #671dfb

#671dfb #fb671d #1dfb67

Analogous Colors of #671dfb

#671dfb #d61dfb #1d42fb

Monochromatic Colors of #671dfb

#671dfb

Complementary Color

#671dfb #b1fb1d

#671dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#671dfb Color CSS Codes

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

#671dfb Text Font Color

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

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


#671dfb Background Color

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

This div background color is #671dfb


#671dfb Border Color

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

This div border color is #671dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671dfb


Comments

No comments written yet.

Please login to write comment.