Color Hex Logo

#746edb Color Hex

#746EDB
(116,110,219)
0 Favorites   0 Comments

Color spaces of #746edb

RGB 116110219
HSL0.680.600.65
HSV243°50°86°
CMYK 0.470.500.00   0.14
XYZ25.564619.979369.5268
Yxy19.97930.22220.1736
Hunter Lab44.698223.8690-60.9352
CIE-Lab51.813830.4521-55.3038

#746edb color RGB value is (116,110,219).

#746edb hex color red value is 116, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #746edb hue: 0.68 , saturation: 0.60 and the lightness value of 746edb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101110 11011011
Octal 164 156 333
Decimal 116 110 219
Hex 74 6E DB

RGB Percentages of Color #746edb

%26.07
%24.72
%49.21

CMYK Percentages of Color #746edb

%47
%50
%0
%14

Triadic Colors of #746edb

#746edb #db746e #6edb74

Analogous Colors of #746edb

#746edb #ab6edb #6e9fdb

Monochromatic Colors of #746edb

#746edb

Complementary Color

#746edb #d5db6e

#746edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#746edb Color CSS Codes

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

#746edb Text Font Color

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

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


#746edb Background Color

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

This div background color is #746edb


#746edb Border Color

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

This div border color is #746edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746edb


Comments

No comments written yet.

Please login to write comment.