Color Hex Logo

#746efd Color Hex

#746EFD
(116,110,253)
0 Favorites   0 Comments

Color spaces of #746efd

RGB 116110253
HSL0.670.970.71
HSV243°57°99°
CMYK 0.540.570.00   0.01
XYZ30.508021.956795.5586
Yxy21.95670.20610.1483
Hunter Lab46.858034.2152-88.1109
CIE-Lab53.981040.7009-70.8274

#746efd color RGB value is (116,110,253).

#746efd hex color red value is 116, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #746efd hue: 0.67 , saturation: 0.97 and the lightness value of 746efd is 0.71.

The process color (four color CMYK) of #746efd color hex is 0.54, 0.57, 0.00, 0.01. Web safe color of #746efd is #6666ff. Color #746efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101110 11111101
Octal 164 156 375
Decimal 116 110 253
Hex 74 6E FD

RGB Percentages of Color #746efd

%24.22
%22.96
%52.82

CMYK Percentages of Color #746efd

%54
%57
%0
%1

Triadic Colors of #746efd

#746efd #fd746e #6efd74

Analogous Colors of #746efd

#746efd #bc6efd #6eb0fd

Monochromatic Colors of #746efd

#746efd

Complementary Color

#746efd #f7fd6e

#746efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#746efd Color CSS Codes

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

#746efd Text Font Color

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

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


#746efd Background Color

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

This div background color is #746efd


#746efd Border Color

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

This div border color is #746efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746efd


Comments

No comments written yet.

Please login to write comment.