Color Hex Logo

#744acc Color Hex

#744ACC
(116,74,204)
0 Favorites   0 Comments

Color spaces of #744acc

RGB 11674204
HSL0.720.560.55
HSV259°64°80°
CMYK 0.430.640.00   0.20
XYZ20.550312.970258.5471
Yxy12.97020.22320.1409
Hunter Lab36.014238.8304-71.1760
CIE-Lab42.718347.0019-61.3957

#744acc color RGB value is (116,74,204).

#744acc hex color red value is 116, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #744acc hue: 0.72 , saturation: 0.56 and the lightness value of 744acc is 0.55.

The process color (four color CMYK) of #744acc color hex is 0.43, 0.64, 0.00, 0.20. Web safe color of #744acc is #6633cc. Color #744acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001010 11001100
Octal 164 112 314
Decimal 116 74 204
Hex 74 4A CC

RGB Percentages of Color #744acc

%29.44
%18.78
%51.78

CMYK Percentages of Color #744acc

%43
%64
%0
%20

Triadic Colors of #744acc

#744acc #cc744a #4acc74

Analogous Colors of #744acc

#744acc #b54acc #4a61cc

Monochromatic Colors of #744acc

#744acc

Complementary Color

#744acc #a2cc4a

#744acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#744acc Color CSS Codes

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

#744acc Text Font Color

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

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


#744acc Background Color

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

This div background color is #744acc


#744acc Border Color

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

This div border color is #744acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744acc


Comments

No comments written yet.

Please login to write comment.