Color Hex Logo

#672bfb Color Hex

#672BFB
(103,43,251)
0 Favorites   0 Comments

Color spaces of #672bfb

RGB 10343251
HSL0.710.960.58
HSV257°83°98°
CMYK 0.590.830.00   0.02
XYZ23.870011.576492.2432
Yxy11.57640.18690.0907
Hunter Lab34.024165.6865-136.9250
CIE-Lab40.534871.7734-91.7699

#672bfb color RGB value is (103,43,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101011 11111011
Octal 147 53 373
Decimal 103 43 251
Hex 67 2B FB

RGB Percentages of Color #672bfb

%25.94
%10.83
%63.22

CMYK Percentages of Color #672bfb

%59
%83
%0
%2

Triadic Colors of #672bfb

#672bfb #fb672b #2bfb67

Analogous Colors of #672bfb

#672bfb #cf2bfb #2b57fb

Monochromatic Colors of #672bfb

#672bfb

Complementary Color

#672bfb #bffb2b

#672bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#672bfb Color CSS Codes

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

#672bfb Text Font Color

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

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


#672bfb Background Color

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

This div background color is #672bfb


#672bfb Border Color

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

This div border color is #672bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.