Color Hex Logo

#746dec Color Hex

#746DEC
(116,109,236)
0 Favorites   0 Comments

Color spaces of #746dec

RGB 116109236
HSL0.680.770.68
HSV243°54°93°
CMYK 0.510.540.00   0.07
XYZ27.811420.706481.8878
Yxy20.70640.21330.1588
Hunter Lab45.504329.4635-74.8431
CIE-Lab52.626736.1394-63.5574

#746dec color RGB value is (116,109,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101101 11101100
Octal 164 155 354
Decimal 116 109 236
Hex 74 6D EC

RGB Percentages of Color #746dec

%25.16
%23.64
%51.19

CMYK Percentages of Color #746dec

%51
%54
%0
%7

Triadic Colors of #746dec

#746dec #ec746d #6dec74

Analogous Colors of #746dec

#746dec #b46dec #6da6ec

Monochromatic Colors of #746dec

#746dec

Complementary Color

#746dec #e5ec6d

#746dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#746dec Color CSS Codes

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

#746dec Text Font Color

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

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


#746dec Background Color

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

This div background color is #746dec


#746dec Border Color

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

This div border color is #746dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746dec


Comments

No comments written yet.

Please login to write comment.