Color Hex Logo

#744465 Color Hex

#744465
(116,68,101)
0 Favorites   0 Comments

Color spaces of #744465

RGB 11668101
HSL0.890.260.36
HSV319°41°45°
CMYK 0.000.410.13   0.55
XYZ11.61858.786813.3956
Yxy8.78680.34370.2600
Hunter Lab29.642518.0893-6.0437
CIE-Lab35.570525.8592-10.5565

#744465 color RGB value is (116,68,101).

#744465 hex color red value is 116, green value is 68 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #744465 hue: 0.89 , saturation: 0.26 and the lightness value of 744465 is 0.36.

The process color (four color CMYK) of #744465 color hex is 0.00, 0.41, 0.13, 0.55. Web safe color of #744465 is #663366. Color #744465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000100 01100101
Octal 164 104 145
Decimal 116 68 101
Hex 74 44 65

RGB Percentages of Color #744465

%40.70
%23.86
%35.44

CMYK Percentages of Color #744465

%0
%41
%13
%55

Triadic Colors of #744465

#744465 #657444 #446574

Analogous Colors of #744465

#744465 #74444d #6b4474

Monochromatic Colors of #744465

#744465

Complementary Color

#744465 #447453

#744465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744465 Color CSS Codes

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

#744465 Text Font Color

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

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


#744465 Background Color

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

This div background color is #744465


#744465 Border Color

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

This div border color is #744465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744465


Comments

No comments written yet.

Please login to write comment.