Color Hex Logo

#746afd Color Hex

#746AFD
(116,106,253)
0 Favorites   0 Comments

Color spaces of #746afd

RGB 116106253
HSL0.680.970.70
HSV244°58°99°
CMYK 0.540.580.00   0.01
XYZ30.086121.112995.4180
Yxy21.11290.20520.1440
Hunter Lab45.948836.4669-90.9585
CIE-Lab53.072843.0301-72.2993

#746afd color RGB value is (116,106,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101010 11111101
Octal 164 152 375
Decimal 116 106 253
Hex 74 6A FD

RGB Percentages of Color #746afd

%24.42
%22.32
%53.26

CMYK Percentages of Color #746afd

%54
%58
%0
%1

Triadic Colors of #746afd

#746afd #fd746a #6afd74

Analogous Colors of #746afd

#746afd #be6afd #6aaafd

Monochromatic Colors of #746afd

#746afd

Complementary Color

#746afd #f3fd6a

#746afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#746afd Color CSS Codes

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

#746afd Text Font Color

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

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


#746afd Background Color

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

This div background color is #746afd


#746afd Border Color

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

This div border color is #746afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746afd

Related Colors


Comments

No comments written yet.

Please login to write comment.