Color Hex Logo

#744ded Color Hex

#744DED
(116,77,237)
0 Favorites   0 Comments

Color spaces of #744ded

RGB 11677237
HSL0.710.820.62
HSV255°68°93°
CMYK 0.510.680.00   0.07
XYZ25.142415.135281.7170
Yxy15.13520.20610.1241
Hunter Lab38.904047.2769-97.3046
CIE-Lab45.818854.5059-75.1685

#744ded color RGB value is (116,77,237).

#744ded hex color red value is 116, green value is 77 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #744ded hue: 0.71 , saturation: 0.82 and the lightness value of 744ded is 0.62.

The process color (four color CMYK) of #744ded color hex is 0.51, 0.68, 0.00, 0.07. Web safe color of #744ded is #6666ff. Color #744ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001101 11101101
Octal 164 115 355
Decimal 116 77 237
Hex 74 4D ED

RGB Percentages of Color #744ded

%26.98
%17.91
%55.12

CMYK Percentages of Color #744ded

%51
%68
%0
%7

Triadic Colors of #744ded

#744ded #ed744d #4ded74

Analogous Colors of #744ded

#744ded #c44ded #4d76ed

Monochromatic Colors of #744ded

#744ded

Complementary Color

#744ded #c6ed4d

#744ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#744ded Color CSS Codes

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

#744ded Text Font Color

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

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


#744ded Background Color

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

This div background color is #744ded


#744ded Border Color

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

This div border color is #744ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744ded


Comments

No comments written yet.

Please login to write comment.