Color Hex Logo

#743def Color Hex

#743DEF
(116,61,239)
0 Favorites   0 Comments

Color spaces of #743def

RGB 11661239
HSL0.720.850.59
HSV259°74°94°
CMYK 0.510.740.00   0.06
XYZ24.451213.282582.9364
Yxy13.28250.20260.1101
Hunter Lab36.445255.9773-109.4116
CIE-Lab43.185962.8862-80.6077

#743def color RGB value is (116,61,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111101 11101111
Octal 164 75 357
Decimal 116 61 239
Hex 74 3D EF

RGB Percentages of Color #743def

%27.88
%14.66
%57.45

CMYK Percentages of Color #743def

%51
%74
%0
%6

Triadic Colors of #743def

#743def #ef743d #3def74

Analogous Colors of #743def

#743def #cd3def #3d5fef

Monochromatic Colors of #743def

#743def

Complementary Color

#743def #b8ef3d

#743def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743def Color Preview on White Background

Lorem ipsum dolor sit amet.

#743def Color CSS Codes

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

#743def Text Font Color

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

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


#743def Background Color

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

This div background color is #743def


#743def Border Color

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

This div border color is #743def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,61,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 #743def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743def


Comments

No comments written yet.

Please login to write comment.