Color Hex Logo

#743dee Color Hex

#743DEE
(116,61,238)
0 Favorites   0 Comments

Color spaces of #743dee

RGB 11661238
HSL0.720.840.59
HSV259°74°93°
CMYK 0.510.740.00   0.07
XYZ24.303813.223582.1604
Yxy13.22350.20310.1105
Hunter Lab36.364155.6624-108.5038
CIE-Lab43.098162.6242-80.1875

#743dee color RGB value is (116,61,238).

#743dee hex color red value is 116, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #743dee hue: 0.72 , saturation: 0.84 and the lightness value of 743dee is 0.59.

The process color (four color CMYK) of #743dee color hex is 0.51, 0.74, 0.00, 0.07. Web safe color of #743dee is #6633ff. Color #743dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111101 11101110
Octal 164 75 356
Decimal 116 61 238
Hex 74 3D EE

RGB Percentages of Color #743dee

%27.95
%14.70
%57.35

CMYK Percentages of Color #743dee

%51
%74
%0
%7

Triadic Colors of #743dee

#743dee #ee743d #3dee74

Analogous Colors of #743dee

#743dee #cd3dee #3d5eee

Monochromatic Colors of #743dee

#743dee

Complementary Color

#743dee #b7ee3d

#743dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#743dee Color CSS Codes

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

#743dee Text Font Color

<p style="color:#743dee">Text here</p>

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


#743dee Background Color

<div style="background-color:#743dee">
Div content here</div>

This div background color is #743dee


#743dee Border Color

<div style="border:3px solid #743dee">
Div here</div>

This div border color is #743dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,61,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743dee;
  -webkit-box-shadow: 1px 1px 3px 2px #743dee;
  box-shadow:         1px 1px 3px 2px #743dee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743dee


Comments

No comments written yet.

Please login to write comment.