Color Hex Logo

#740eef Color Hex

#740EEF
(116,14,239)
0 Favorites   0 Comments

Color spaces of #740eef

RGB 11614239
HSL0.740.890.50
HSV267°94°94°
CMYK 0.510.940.00   0.06
XYZ22.939510.259182.4325
Yxy10.25910.19840.0887
Hunter Lab32.029871.7880-130.1688
CIE-Lab38.303577.2376-88.6549

#740eef color RGB value is (116,14,239).

#740eef hex color red value is 116, green value is 14 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #740eef hue: 0.74 , saturation: 0.89 and the lightness value of 740eef is 0.50.

The process color (four color CMYK) of #740eef color hex is 0.51, 0.94, 0.00, 0.06. Web safe color of #740eef is #6600ff. Color #740eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001110 11101111
Octal 164 16 357
Decimal 116 14 239
Hex 74 E EF

RGB Percentages of Color #740eef

%31.44
%3.79
%64.77

CMYK Percentages of Color #740eef

%51
%94
%0
%6

Triadic Colors of #740eef

#740eef #ef740e #0eef74

Analogous Colors of #740eef

#740eef #e50eef #0e18ef

Monochromatic Colors of #740eef

#740eef

Complementary Color

#740eef #89ef0e

#740eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#740eef Color CSS Codes

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

#740eef Text Font Color

<p style="color:#740eef">Text here</p>

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


#740eef Background Color

<div style="background-color:#740eef">
Div content here</div>

This div background color is #740eef


#740eef Border Color

<div style="border:3px solid #740eef">
Div here</div>

This div border color is #740eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,14,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #740eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #740eef;
  -webkit-box-shadow: 1px 1px 3px 2px #740eef;
  box-shadow:         1px 1px 3px 2px #740eef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740eef


Comments

No comments written yet.

Please login to write comment.