Color Hex Logo

#746afa Color Hex

#746AFA
(116,106,250)
1 Favorites   0 Comments

Color spaces of #746afa

RGB 116106250
HSL0.680.940.70
HSV244°58°98°
CMYK 0.540.580.00   0.02
XYZ29.611820.923292.9203
Yxy20.92320.20640.1459
Hunter Lab45.741935.5068-88.4227
CIE-Lab52.865342.1243-70.9723

#746afa color RGB value is (116,106,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101010 11111010
Octal 164 152 372
Decimal 116 106 250
Hex 74 6A FA

RGB Percentages of Color #746afa

%24.58
%22.46
%52.97

CMYK Percentages of Color #746afa

%54
%58
%0
%2

Triadic Colors of #746afa

#746afa #fa746a #6afa74

Analogous Colors of #746afa

#746afa #bc6afa #6aa8fa

Monochromatic Colors of #746afa

#746afa

Complementary Color

#746afa #f0fa6a

#746afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#746afa Color CSS Codes

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

#746afa Text Font Color

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

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


#746afa Background Color

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

This div background color is #746afa


#746afa Border Color

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

This div border color is #746afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746afa

Related Colors


Comments

No comments written yet.

Please login to write comment.