Color Hex Logo

#674bfb Color Hex

#674BFB
(103,75,251)
0 Favorites   0 Comments

Color spaces of #674bfb

RGB 10375251
HSL0.690.960.64
HSV250°70°98°
CMYK 0.590.700.00   0.02
XYZ25.522214.880892.7939
Yxy14.88080.19160.1117
Hunter Lab38.575650.5908-115.6195
CIE-Lab45.470557.6153-83.6359

#674bfb color RGB value is (103,75,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001011 11111011
Octal 147 113 373
Decimal 103 75 251
Hex 67 4B FB

RGB Percentages of Color #674bfb

%24.01
%17.48
%58.51

CMYK Percentages of Color #674bfb

%59
%70
%0
%2

Triadic Colors of #674bfb

#674bfb #fb674b #4bfb67

Analogous Colors of #674bfb

#674bfb #bf4bfb #4b87fb

Monochromatic Colors of #674bfb

#674bfb

Complementary Color

#674bfb #dffb4b

#674bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#674bfb Color CSS Codes

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

#674bfb Text Font Color

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

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


#674bfb Background Color

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

This div background color is #674bfb


#674bfb Border Color

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

This div border color is #674bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.