Color Hex Logo

#746aec Color Hex

#746AEC
(116,106,236)
0 Favorites   0 Comments

Color spaces of #746aec

RGB 116106236
HSL0.680.770.67
HSV245°55°93°
CMYK 0.510.550.00   0.07
XYZ27.496820.077281.7829
Yxy20.07720.21260.1552
Hunter Lab44.807631.1257-76.8509
CIE-Lab51.924437.9101-64.6905

#746aec color RGB value is (116,106,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101010 11101100
Octal 164 152 354
Decimal 116 106 236
Hex 74 6A EC

RGB Percentages of Color #746aec

%25.33
%23.14
%51.53

CMYK Percentages of Color #746aec

%51
%55
%0
%7

Triadic Colors of #746aec

#746aec #ec746a #6aec74

Analogous Colors of #746aec

#746aec #b56aec #6aa1ec

Monochromatic Colors of #746aec

#746aec

Complementary Color

#746aec #e2ec6a

#746aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#746aec Color CSS Codes

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

#746aec Text Font Color

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

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


#746aec Background Color

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

This div background color is #746aec


#746aec Border Color

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

This div border color is #746aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746aec


Comments

No comments written yet.

Please login to write comment.