Color Hex Logo

#746efb Color Hex

#746EFB
(116,110,251)
0 Favorites   0 Comments

Color spaces of #746efb

RGB 116110251
HSL0.670.950.71
HSV243°56°98°
CMYK 0.540.560.00   0.02
XYZ30.191021.829993.8891
Yxy21.82990.20690.1496
Hunter Lab46.722533.5783-86.4379
CIE-Lab53.846140.0928-69.9384

#746efb color RGB value is (116,110,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101110 11111011
Octal 164 156 373
Decimal 116 110 251
Hex 74 6E FB

RGB Percentages of Color #746efb

%24.32
%23.06
%52.62

CMYK Percentages of Color #746efb

%54
%56
%0
%2

Triadic Colors of #746efb

#746efb #fb746e #6efb74

Analogous Colors of #746efb

#746efb #bb6efb #6eaffb

Monochromatic Colors of #746efb

#746efb

Complementary Color

#746efb #f5fb6e

#746efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#746efb Color CSS Codes

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

#746efb Text Font Color

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

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


#746efb Background Color

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

This div background color is #746efb


#746efb Border Color

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

This div border color is #746efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746efb

Related Colors


Comments

No comments written yet.

Please login to write comment.