Color Hex Logo

#746cea Color Hex

#746CEA
(116,108,234)
0 Favorites   0 Comments

Color spaces of #746cea

RGB 116108234
HSL0.680.750.67
HSV244°54°92°
CMYK 0.500.540.00   0.08
XYZ27.416320.378680.3304
Yxy20.37860.21400.1591
Hunter Lab45.142729.4080-73.9054
CIE-Lab52.262636.1293-63.0247

#746cea color RGB value is (116,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101100 11101010
Octal 164 154 352
Decimal 116 108 234
Hex 74 6C EA

RGB Percentages of Color #746cea

%25.33
%23.58
%51.09

CMYK Percentages of Color #746cea

%50
%54
%0
%8

Triadic Colors of #746cea

#746cea #ea746c #6cea74

Analogous Colors of #746cea

#746cea #b36cea #6ca3ea

Monochromatic Colors of #746cea

#746cea

Complementary Color

#746cea #e2ea6c

#746cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#746cea Color CSS Codes

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

#746cea Text Font Color

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

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


#746cea Background Color

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

This div background color is #746cea


#746cea Border Color

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

This div border color is #746cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746cea


Comments

No comments written yet.

Please login to write comment.