Color Hex Logo

#744daf Color Hex

#744DAF
(116,77,175)
0 Favorites   0 Comments

Color spaces of #744daf

RGB 11677175
HSL0.730.390.49
HSV264°56°69°
CMYK 0.340.560.00   0.31
XYZ17.594212.115941.9687
Yxy12.11590.24550.1690
Hunter Lab34.807929.3118-47.1218
CIE-Lab41.399737.5450-46.5870

#744daf color RGB value is (116,77,175).

#744daf hex color red value is 116, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #744daf hue: 0.73 , saturation: 0.39 and the lightness value of 744daf is 0.49.

The process color (four color CMYK) of #744daf color hex is 0.34, 0.56, 0.00, 0.31. Web safe color of #744daf is #666699. Color #744daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001101 10101111
Octal 164 115 257
Decimal 116 77 175
Hex 74 4D AF

RGB Percentages of Color #744daf

%31.52
%20.92
%47.55

CMYK Percentages of Color #744daf

%34
%56
%0
%31

Triadic Colors of #744daf

#744daf #af744d #4daf74

Analogous Colors of #744daf

#744daf #a54daf #4d57af

Monochromatic Colors of #744daf

#744daf

Complementary Color

#744daf #88af4d

#744daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#744daf Color CSS Codes

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

#744daf Text Font Color

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

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


#744daf Background Color

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

This div background color is #744daf


#744daf Border Color

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

This div border color is #744daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744daf


Comments

No comments written yet.

Please login to write comment.