Color Hex Logo

#746dbe Color Hex

#746DBE
(116,109,190)
0 Favorites   0 Comments

Color spaces of #746dbe

RGB 116109190
HSL0.680.380.59
HSV245°43°75°
CMYK 0.390.430.00   0.25
XYZ21.965418.368051.1029
Yxy18.36800.24020.2009
Hunter Lab42.857916.4829-40.6957
CIE-Lab49.939422.6123-41.7378

#746dbe color RGB value is (116,109,190).

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

The process color (four color CMYK) of #746dbe color hex is 0.39, 0.43, 0.00, 0.25. Web safe color of #746dbe is #6666cc. Color #746dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101101 10111110
Octal 164 155 276
Decimal 116 109 190
Hex 74 6D BE

RGB Percentages of Color #746dbe

%27.95
%26.27
%45.78

CMYK Percentages of Color #746dbe

%39
%43
%0
%25

Triadic Colors of #746dbe

#746dbe #be746d #6dbe74

Analogous Colors of #746dbe

#746dbe #9d6dbe #6d8fbe

Monochromatic Colors of #746dbe

#746dbe

Complementary Color

#746dbe #b7be6d

#746dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#746dbe Color CSS Codes

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

#746dbe Text Font Color

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

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


#746dbe Background Color

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

This div background color is #746dbe


#746dbe Border Color

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

This div border color is #746dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746dbe


Comments

No comments written yet.

Please login to write comment.