Color Hex Logo

#744365 Color Hex

#744365
(116,67,101)
0 Favorites   0 Comments

Color spaces of #744365

RGB 11667101
HSL0.880.270.36
HSV318°42°45°
CMYK 0.000.420.13   0.55
XYZ11.55868.666913.3756
Yxy8.66690.34400.2579
Hunter Lab29.439618.5635-6.3301
CIE-Lab35.334926.4477-10.9133

#744365 color RGB value is (116,67,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000011 01100101
Octal 164 103 145
Decimal 116 67 101
Hex 74 43 65

RGB Percentages of Color #744365

%40.85
%23.59
%35.56

CMYK Percentages of Color #744365

%0
%42
%13
%55

Triadic Colors of #744365

#744365 #657443 #436574

Analogous Colors of #744365

#744365 #74434d #6b4374

Monochromatic Colors of #744365

#744365

Complementary Color

#744365 #437452

#744365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744365 Color CSS Codes

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

#744365 Text Font Color

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

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


#744365 Background Color

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

This div background color is #744365


#744365 Border Color

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

This div border color is #744365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744365


Comments

No comments written yet.

Please login to write comment.