Color Hex Logo

#746edf Color Hex

#746EDF
(116,110,223)
0 Favorites   0 Comments

Color spaces of #746edf

RGB 116110223
HSL0.680.640.65
HSV243°51°87°
CMYK 0.480.510.00   0.13
XYZ26.097720.192672.3341
Yxy20.19260.22000.1702
Hunter Lab44.936225.0296-63.9842
CIE-Lab52.054331.6436-57.1767

#746edf color RGB value is (116,110,223).

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

The process color (four color CMYK) of #746edf color hex is 0.48, 0.51, 0.00, 0.13. Web safe color of #746edf is #6666cc. Color #746edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101110 11011111
Octal 164 156 337
Decimal 116 110 223
Hex 74 6E DF

RGB Percentages of Color #746edf

%25.84
%24.50
%49.67

CMYK Percentages of Color #746edf

%48
%51
%0
%13

Triadic Colors of #746edf

#746edf #df746e #6edf74

Analogous Colors of #746edf

#746edf #ad6edf #6ea1df

Monochromatic Colors of #746edf

#746edf

Complementary Color

#746edf #d9df6e

#746edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#746edf Color CSS Codes

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

#746edf Text Font Color

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

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


#746edf Background Color

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

This div background color is #746edf


#746edf Border Color

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

This div border color is #746edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746edf


Comments

No comments written yet.

Please login to write comment.