Color Hex Logo

#672dfb Color Hex

#672DFB
(103,45,251)
0 Favorites   0 Comments

Color spaces of #672dfb

RGB 10345251
HSL0.710.960.58
HSV257°82°98°
CMYK 0.590.820.00   0.02
XYZ23.944511.725492.2680
Yxy11.72540.18720.0916
Hunter Lab34.242464.8947-135.7906
CIE-Lab40.776371.0602-91.3705

#672dfb color RGB value is (103,45,251).

#672dfb hex color red value is 103, green value is 45 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #672dfb hue: 0.71 , saturation: 0.96 and the lightness value of 672dfb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101101 11111011
Octal 147 55 373
Decimal 103 45 251
Hex 67 2D FB

RGB Percentages of Color #672dfb

%25.81
%11.28
%62.91

CMYK Percentages of Color #672dfb

%59
%82
%0
%2

Triadic Colors of #672dfb

#672dfb #fb672d #2dfb67

Analogous Colors of #672dfb

#672dfb #ce2dfb #2d5afb

Monochromatic Colors of #672dfb

#672dfb

Complementary Color

#672dfb #c1fb2d

#672dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#672dfb Color CSS Codes

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

#672dfb Text Font Color

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

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


#672dfb Background Color

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

This div background color is #672dfb


#672dfb Border Color

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

This div border color is #672dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.