Color Hex Logo

#746bff Color Hex

#746BFF
(116,107,255)
0 Favorites   0 Comments

Color spaces of #746bff

RGB 116107255
HSL0.681.000.71
HSV244°58°100°
CMYK 0.550.580.00   0.00
XYZ30.510221.448497.1396
Yxy21.44840.20460.1439
Hunter Lab46.312436.5474-91.9412
CIE-Lab53.436843.0550-72.8160

#746bff color RGB value is (116,107,255).

#746bff hex color red value is 116, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #746bff hue: 0.68 , saturation: 1.00 and the lightness value of 746bff is 0.71.

The process color (four color CMYK) of #746bff color hex is 0.55, 0.58, 0.00, 0.00. Web safe color of #746bff is #6666ff. Color #746bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101011 11111111
Octal 164 153 377
Decimal 116 107 255
Hex 74 6B FF

RGB Percentages of Color #746bff

%24.27
%22.38
%53.35

CMYK Percentages of Color #746bff

%55
%58
%0
%0

Triadic Colors of #746bff

#746bff #ff746b #6bff74

Analogous Colors of #746bff

#746bff #be6bff #6bacff

Monochromatic Colors of #746bff

#746bff

Complementary Color

#746bff #f6ff6b

#746bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#746bff Color CSS Codes

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

#746bff Text Font Color

<p style="color:#746bff">Text here</p>

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


#746bff Background Color

<div style="background-color:#746bff">
Div content here</div>

This div background color is #746bff


#746bff Border Color

<div style="border:3px solid #746bff">
Div here</div>

This div border color is #746bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,107,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746bff;
  -webkit-box-shadow: 1px 1px 3px 2px #746bff;
  box-shadow:         1px 1px 3px 2px #746bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,107,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746bff


Comments

No comments written yet.

Please login to write comment.