Color Hex Logo

#746dce Color Hex

#746DCE
(116,109,206)
0 Favorites   0 Comments

Color spaces of #746dce

RGB 116109206
HSL0.680.500.62
HSV244°47°81°
CMYK 0.440.470.00   0.19
XYZ23.811719.106560.8254
Yxy19.10650.22950.1842
Hunter Lab43.711020.7442-51.9065
CIE-Lab50.811627.2199-49.5246

#746dce color RGB value is (116,109,206).

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

The process color (four color CMYK) of #746dce color hex is 0.44, 0.47, 0.00, 0.19. Web safe color of #746dce is #6666cc. Color #746dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101101 11001110
Octal 164 155 316
Decimal 116 109 206
Hex 74 6D CE

RGB Percentages of Color #746dce

%26.91
%25.29
%47.80

CMYK Percentages of Color #746dce

%44
%47
%0
%19

Triadic Colors of #746dce

#746dce #ce746d #6dce74

Analogous Colors of #746dce

#746dce #a56dce #6d97ce

Monochromatic Colors of #746dce

#746dce

Complementary Color

#746dce #c7ce6d

#746dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#746dce Color CSS Codes

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

#746dce Text Font Color

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

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


#746dce Background Color

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

This div background color is #746dce


#746dce Border Color

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

This div border color is #746dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746dce


Comments

No comments written yet.

Please login to write comment.