Color Hex Logo

#744fde Color Hex

#744FDE
(116,79,222)
0 Favorites   0 Comments

Color spaces of #744fde

RGB 11679222
HSL0.710.680.59
HSV256°64°87°
CMYK 0.480.640.00   0.13
XYZ23.183314.578970.6994
Yxy14.57890.21370.1344
Hunter Lab38.182341.5614-83.0553
CIE-Lab45.052049.2483-67.9250

#744fde color RGB value is (116,79,222).

#744fde hex color red value is 116, green value is 79 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #744fde hue: 0.71 , saturation: 0.68 and the lightness value of 744fde is 0.59.

The process color (four color CMYK) of #744fde color hex is 0.48, 0.64, 0.00, 0.13. Web safe color of #744fde is #6666cc. Color #744fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001111 11011110
Octal 164 117 336
Decimal 116 79 222
Hex 74 4F DE

RGB Percentages of Color #744fde

%27.82
%18.94
%53.24

CMYK Percentages of Color #744fde

%48
%64
%0
%13

Triadic Colors of #744fde

#744fde #de744f #4fde74

Analogous Colors of #744fde

#744fde #bc4fde #4f72de

Monochromatic Colors of #744fde

#744fde

Complementary Color

#744fde #b9de4f

#744fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#744fde Color CSS Codes

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

#744fde Text Font Color

<p style="color:#744fde">Text here</p>

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


#744fde Background Color

<div style="background-color:#744fde">
Div content here</div>

This div background color is #744fde


#744fde Border Color

<div style="border:3px solid #744fde">
Div here</div>

This div border color is #744fde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,79,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744fde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744fde;
  -webkit-box-shadow: 1px 1px 3px 2px #744fde;
  box-shadow:         1px 1px 3px 2px #744fde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744fde


Comments

No comments written yet.

Please login to write comment.