Color Hex Logo

#744ccc Color Hex

#744CCC
(116,76,204)
0 Favorites   0 Comments

Color spaces of #744ccc

RGB 11676204
HSL0.720.560.55
HSV259°63°80°
CMYK 0.430.630.00   0.20
XYZ20.686013.241558.5923
Yxy13.24150.22360.1431
Hunter Lab36.388937.7915-69.9948
CIE-Lab43.124945.9085-60.7365

#744ccc color RGB value is (116,76,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001100 11001100
Octal 164 114 314
Decimal 116 76 204
Hex 74 4C CC

RGB Percentages of Color #744ccc

%29.29
%19.19
%51.52

CMYK Percentages of Color #744ccc

%43
%63
%0
%20

Triadic Colors of #744ccc

#744ccc #cc744c #4ccc74

Analogous Colors of #744ccc

#744ccc #b44ccc #4c64cc

Monochromatic Colors of #744ccc

#744ccc

Complementary Color

#744ccc #a4cc4c

#744ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#744ccc Color CSS Codes

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

#744ccc Text Font Color

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

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


#744ccc Background Color

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

This div background color is #744ccc


#744ccc Border Color

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

This div border color is #744ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744ccc


Comments

No comments written yet.

Please login to write comment.