Color Hex Logo

#746edc Color Hex

#746EDC
(116,110,220)
0 Favorites   0 Comments

Color spaces of #746edc

RGB 116110220
HSL0.680.610.65
HSV243°50°86°
CMYK 0.470.500.00   0.14
XYZ25.696720.032270.2224
Yxy20.03220.22160.1728
Hunter Lab44.757324.1575-61.6934
CIE-Lab51.873630.7493-55.7732

#746edc color RGB value is (116,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101110 11011100
Octal 164 156 334
Decimal 116 110 220
Hex 74 6E DC

RGB Percentages of Color #746edc

%26.01
%24.66
%49.33

CMYK Percentages of Color #746edc

%47
%50
%0
%14

Triadic Colors of #746edc

#746edc #dc746e #6edc74

Analogous Colors of #746edc

#746edc #ab6edc #6e9fdc

Monochromatic Colors of #746edc

#746edc

Complementary Color

#746edc #d6dc6e

#746edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#746edc Color CSS Codes

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

#746edc Text Font Color

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

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


#746edc Background Color

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

This div background color is #746edc


#746edc Border Color

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

This div border color is #746edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746edc


Comments

No comments written yet.

Please login to write comment.