Color Hex Logo

#744081 Color Hex

#744081
(116,64,129)
0 Favorites   0 Comments

Color spaces of #744081

RGB 11664129
HSL0.800.340.38
HSV288°50°51°
CMYK 0.100.500.00   0.49
XYZ12.99838.964821.8142
Yxy8.96480.29690.2048
Hunter Lab29.941325.0943-22.2378
CIE-Lab35.916433.8263-27.5169

#744081 color RGB value is (116,64,129).

#744081 hex color red value is 116, green value is 64 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #744081 hue: 0.80 , saturation: 0.34 and the lightness value of 744081 is 0.38.

The process color (four color CMYK) of #744081 color hex is 0.10, 0.50, 0.00, 0.49. Web safe color of #744081 is #663399. Color #744081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000000 10000001
Octal 164 100 201
Decimal 116 64 129
Hex 74 40 81

RGB Percentages of Color #744081

%37.54
%20.71
%41.75

CMYK Percentages of Color #744081

%10
%50
%0
%49

Triadic Colors of #744081

#744081 #817440 #408174

Analogous Colors of #744081

#744081 #81406e #544081

Monochromatic Colors of #744081

#744081

Complementary Color

#744081 #4d8140

#744081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744081 Color CSS Codes

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

#744081 Text Font Color

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

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


#744081 Background Color

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

This div background color is #744081


#744081 Border Color

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

This div border color is #744081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744081


Comments

No comments written yet.

Please login to write comment.