Color Hex Logo

#746aff Color Hex

#746AFF
(116,106,255)
0 Favorites   0 Comments

Color spaces of #746aff

RGB 116106255
HSL0.681.000.71
HSV244°58°100°
CMYK 0.550.580.00   0.00
XYZ30.406521.241197.1051
Yxy21.24110.20440.1428
Hunter Lab46.088137.1109-92.6592
CIE-Lab53.212443.6340-73.1801

#746aff color RGB value is (116,106,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101010 11111111
Octal 164 152 377
Decimal 116 106 255
Hex 74 6A FF

RGB Percentages of Color #746aff

%24.32
%22.22
%53.46

CMYK Percentages of Color #746aff

%55
%58
%0
%0

Triadic Colors of #746aff

#746aff #ff746a #6aff74

Analogous Colors of #746aff

#746aff #bf6aff #6aabff

Monochromatic Colors of #746aff

#746aff

Complementary Color

#746aff #f5ff6a

#746aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#746aff Color CSS Codes

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

#746aff Text Font Color

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

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


#746aff Background Color

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

This div background color is #746aff


#746aff Border Color

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

This div border color is #746aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,106,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 #746aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746aff

Related Colors


Comments

No comments written yet.

Please login to write comment.