Color Hex Logo

#744caf Color Hex

#744CAF
(116,76,175)
0 Favorites   0 Comments

Color spaces of #744caf

RGB 11676175
HSL0.730.390.49
HSV264°57°69°
CMYK 0.340.570.00   0.31
XYZ17.524811.977041.9456
Yxy11.97700.24530.1676
Hunter Lab34.607829.8257-47.6356
CIE-Lab41.179538.1190-46.9400

#744caf color RGB value is (116,76,175).

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

The process color (four color CMYK) of #744caf color hex is 0.34, 0.57, 0.00, 0.31. Web safe color of #744caf is #663399. Color #744caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001100 10101111
Octal 164 114 257
Decimal 116 76 175
Hex 74 4C AF

RGB Percentages of Color #744caf

%31.61
%20.71
%47.68

CMYK Percentages of Color #744caf

%34
%57
%0
%31

Triadic Colors of #744caf

#744caf #af744c #4caf74

Analogous Colors of #744caf

#744caf #a64caf #4c55af

Monochromatic Colors of #744caf

#744caf

Complementary Color

#744caf #87af4c

#744caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#744caf Color CSS Codes

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

#744caf Text Font Color

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

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


#744caf Background Color

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

This div background color is #744caf


#744caf Border Color

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

This div border color is #744caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744caf


Comments

No comments written yet.

Please login to write comment.