Color Hex Logo

#744066 Color Hex

#744066
(116,64,102)
0 Favorites   0 Comments

Color spaces of #744066

RGB 11664102
HSL0.880.290.35
HSV316°45°45°
CMYK 0.000.450.12   0.55
XYZ11.43418.339113.5773
Yxy8.33910.34280.2500
Hunter Lab28.877520.1418-7.6621
CIE-Lab34.679428.3807-12.5407

#744066 color RGB value is (116,64,102).

#744066 hex color red value is 116, green value is 64 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #744066 hue: 0.88 , saturation: 0.29 and the lightness value of 744066 is 0.35.

The process color (four color CMYK) of #744066 color hex is 0.00, 0.45, 0.12, 0.55. Web safe color of #744066 is #663366. Color #744066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000000 01100110
Octal 164 100 146
Decimal 116 64 102
Hex 74 40 66

RGB Percentages of Color #744066

%41.13
%22.70
%36.17

CMYK Percentages of Color #744066

%0
%45
%12
%55

Triadic Colors of #744066

#744066 #667440 #406674

Analogous Colors of #744066

#744066 #74404c #684074

Monochromatic Colors of #744066

#744066

Complementary Color

#744066 #40744e

#744066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744066 Color CSS Codes

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

#744066 Text Font Color

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

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


#744066 Background Color

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

This div background color is #744066


#744066 Border Color

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

This div border color is #744066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,64,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744066;
  -webkit-box-shadow: 1px 1px 3px 2px #744066;
  box-shadow:         1px 1px 3px 2px #744066; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744066


Comments

No comments written yet.

Please login to write comment.